Skip to content

Commit 90ce0cd

Browse files
committed
debug mac build
1 parent 693b1be commit 90ce0cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_executables.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,14 @@ jobs:
125125
126126
- name: Install dependencies
127127
run: |
128-
python3 -m pip install --upgrade pip
129-
python3 -m pip install -r requirements.txt
128+
export PATH=/Users/runner/hostedtoolcache/Python/3.10.11/arm64/bin:$PATH
129+
python3 -m pip install --platform macosx_10_9_universal2 --upgrade pip
130+
python3 -m pip install --platform macosx_10_9_universal2 -r requirements.txt
130131
131132
- name: Build executable with PyInstaller
132133
run: |
133134
cd package
134-
python3 -m pyinstaller --noconfirm cogmood_mac.spec
135+
python3 -m PyInstaller --noconfirm cogmood_mac.spec
135136
136137
- name: Upload macOS executable
137138
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)