Skip to content

Commit e27cf2f

Browse files
committed
workflow fix again for pyinstaller goddamnit
1 parent 656268e commit e27cf2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: pwsh
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install pyinstaller==5.13.0 PyQt6
29+
pip install pyinstaller==6.14.1 PyQt6
3030
3131
- name: Prepare resource folder (verify)
3232
shell: pwsh

0 commit comments

Comments
 (0)