diff options
author | shirt <danbaerwalde@gmail.com> | 2023-02-12 10:57:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 10:57:57 -0500 |
commit | 365b9006051ac7d735c20bb63c4907b758233048 (patch) | |
tree | 107d4b748a0d8af1678b339579126f73399feb64 | |
parent | c6b657867ad68af6b930ed0aa11ec5d93ee187b7 (diff) | |
download | hypervideo-pre-365b9006051ac7d735c20bb63c4907b758233048.tar.lz hypervideo-pre-365b9006051ac7d735c20bb63c4907b758233048.tar.xz hypervideo-pre-365b9006051ac7d735c20bb63c4907b758233048.zip |
[Build] Update pyinstaller
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49b9411fd..6041376a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -255,7 +255,7 @@ jobs: - name: Install Requirements run: | # Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds python -m pip install -U pip setuptools wheel py2exe - pip install -U "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.3-py3-none-any.whl" -r requirements.txt + pip install -U "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.8.0-py3-none-any.whl" -r requirements.txt - name: Prepare run: | @@ -291,7 +291,7 @@ jobs: - name: Install Requirements run: | python -m pip install -U pip setuptools wheel - pip install -U "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-5.3-py3-none-any.whl" -r requirements.txt + pip install -U "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-5.8.0-py3-none-any.whl" -r requirements.txt - name: Prepare run: | |