We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74730b5 commit 2809515Copy full SHA for 2809515
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
if: matrix.os == 'macos-latest'
79
run: |
80
cd backend
81
- pyinstaller build_mac_arm64.spec
+ python3.9 -m PyInstaller build_mac_arm64.spec
82
83
- name: Build backend executable x64
84
id: build-backend-x64
0 commit comments