Skip to content

Commit

Permalink
Actions: install zip on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
coslyk authored Nov 1, 2021
1 parent 5a29d62 commit cbbb9b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: pip install pyinstaller
run: |
choco install zip
pip install pyinstaller
- name: Build unix executable
shell: bash
Expand Down

0 comments on commit cbbb9b0

Please # to comment.