Skip to content

Commit

Permalink
use newer pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed May 10, 2024
1 parent 7724501 commit 8668f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: python -m venv venv

- name: Install Python packages
run: venv/Scripts/pip install pyinstaller==5.5 .
run: venv/Scripts/pip install pyinstaller==5.13.2 .

- name: Compile binaries
run: venv/Scripts/pyinstaller oco-agent.windows.spec
Expand Down

0 comments on commit 8668f48

Please sign in to comment.