Skip to content

Commit

Permalink
Add pyinstaller and pywin32.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Apr 20, 2021
1 parent bd6bbe9 commit 8bdb6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20210404-git-dd86f19.7z/download > mpv.7z
7z x mpv.7z
pip install .
pip install . pywin32 pyinstaller
shell: bash
- name: Build
run: |
Expand Down

0 comments on commit 8bdb6e9

Please sign in to comment.