Skip to content

Commit

Permalink
pip install pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 25, 2024
1 parent 3b576c3 commit 9b62ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pyinstaller
- name: Build executable
run: |
Expand Down

0 comments on commit 9b62ce3

Please sign in to comment.