Skip to content

Commit

Permalink
update Pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
lockmatrix authored and SomeoneKong committed Apr 13, 2024
1 parent 5ee4fb4 commit 2a0315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
run: | # Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds
python devscripts/install_deps.py -o --include build
python devscripts/install_deps.py --include py2exe --include curl_cffi
python -m pip install -U "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.8.0-py3-none-any.whl"
python devscripts/install_deps.py --include pyinstaller
- name: Prepare
run: |
Expand Down

0 comments on commit 2a0315e

Please sign in to comment.