Skip to content

Commit 2809515

Browse files
committed
Update build.yml
1 parent 74730b5 commit 2809515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: matrix.os == 'macos-latest'
7979
run: |
8080
cd backend
81-
pyinstaller build_mac_arm64.spec
81+
python3.9 -m PyInstaller build_mac_arm64.spec
8282
8383
- name: Build backend executable x64
8484
id: build-backend-x64

0 commit comments

Comments
 (0)