Skip to content

Commit

Permalink
Try loop fix v3
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 7, 2024
1 parent a7c148a commit 6c528a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- run: pip install -r requirements.txt

- run: pip uninstall pyinstaller && set PYINSTALLER_COMPILE_BOOTLOADER=1 && pip install https://github.com/rokm/pyinstaller/archive/refs/heads/stress-testing.zip
- run: pip uninstall -y pyinstaller && set PYINSTALLER_COMPILE_BOOTLOADER=1 && pip install https://github.com/rokm/pyinstaller/archive/refs/heads/stress-testing.zip
env:
PYINSTALLER_COMPILE_BOOTLOADER: 1

Expand Down

0 comments on commit 6c528a2

Please sign in to comment.