diff options
author | shirt <shirt@shirt.rip> | 2022-08-31 13:12:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 13:12:26 -0400 |
commit | 9f9c85dda4953923d710ca9d24b2e433ec26e882 (patch) | |
tree | 1f7a19529059a67457e392930170930e3940b860 | |
parent | 11734714c2166a26f0de0c02ff1a0e736d15210f (diff) | |
download | hypervideo-pre-9f9c85dda4953923d710ca9d24b2e433ec26e882.tar.lz hypervideo-pre-9f9c85dda4953923d710ca9d24b2e433ec26e882.tar.xz hypervideo-pre-9f9c85dda4953923d710ca9d24b2e433ec26e882.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 efacecd3c..45c5a43cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -194,7 +194,7 @@ jobs: - name: Install Requirements run: | # Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds python -m pip install --upgrade pip setuptools wheel py2exe - pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.2-py3-none-any.whl" -r requirements.txt + pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.3-py3-none-any.whl" -r requirements.txt - name: Prepare run: | @@ -230,7 +230,7 @@ jobs: - name: Install Requirements run: | python -m pip install --upgrade pip setuptools wheel - pip install "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-5.2-py3-none-any.whl" -r requirements.txt + pip install "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-5.3-py3-none-any.whl" -r requirements.txt - name: Prepare run: | |