Skip to content

Commit

Permalink
Update compile-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xandaaah authored Nov 30, 2023
1 parent 32359cc commit 2f0f4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install nuitka pyqt6 requests GitPython
python -m pip install nuitka PyQt6 requests GitPython
- name: Compile
continue-on-error: true
run: |
Expand Down

0 comments on commit 2f0f4e9

Please sign in to comment.