Skip to content

Commit

Permalink
Trying homebrew python out of desparation
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcurtis committed Jun 4, 2024
1 parent 913a88a commit 9e92f38
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
run: brew install [email protected]

- name: Compile translation files and build .app
run: |
Expand Down Expand Up @@ -168,7 +166,7 @@ jobs:
--window-size 800 400 \
--icon-size 100 \
--icon "pdfstitcher.app" 145 185 \
--hide-extension "pdfstitcher.app" \
--no-internet-enable \
--app-drop-link 595 185 \
"PDFStitcher-Installer.dmg" \
"pdfstitcher.app"
Expand Down

0 comments on commit 9e92f38

Please sign in to comment.