Skip to content

Commit

Permalink
macOS ARM CI loosening PyInstaller version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Feb 14, 2024
1 parent bed4d19 commit 16fd1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build software
run: |
pip3 install pyinstaller==5.13.2
pip3 install pyinstaller
mkdir tmp_dependencies
pyinstaller --log-level INFO --noconfirm --clean assets/main_arm.spec
Expand Down

0 comments on commit 16fd1dd

Please sign in to comment.