Skip to content

Commit

Permalink
Using latest pyinstaller in build
Browse files Browse the repository at this point in the history
  • Loading branch information
UncertainProd committed May 29, 2022
1 parent f6221a6 commit 9c3c191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
run: |
python -m pip install --upgrade pip --verbose
pip install -r requirements.txt
pip install pyinstaller==4.0
pip install pyinstaller
pip list
- name: Build with pyinstaller for ${{matrix.TARGET}}
run: ${{matrix.CMD_BUILD}}
- name: Load Release URL File from release job
Expand Down

0 comments on commit 9c3c191

Please sign in to comment.