Skip to content

Commit

Permalink
debug mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent 693b1be commit 90ce0cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,14 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
export PATH=/Users/runner/hostedtoolcache/Python/3.10.11/arm64/bin:$PATH
python3 -m pip install --platform macosx_10_9_universal2 --upgrade pip
python3 -m pip install --platform macosx_10_9_universal2 -r requirements.txt
- name: Build executable with PyInstaller
run: |
cd package
python3 -m pyinstaller --noconfirm cogmood_mac.spec
python3 -m PyInstaller --noconfirm cogmood_mac.spec
- name: Upload macOS executable
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 90ce0cd

Please sign in to comment.