diff options
author | shirt <2660574+shirt-dev@users.noreply.github.com> | 2022-07-17 21:24:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-17 21:24:23 -0400 |
commit | 8ef5af19421c3bc2f6f8f3c515dda80d4a6ce2d4 (patch) | |
tree | d9cc4bbc3154d7e2fa293f323ec9eeb8e24cd033 | |
parent | 6929b41a216e20f0498cbd99880b17eab16777c9 (diff) | |
download | hypervideo-pre-8ef5af19421c3bc2f6f8f3c515dda80d4a6ce2d4.tar.lz hypervideo-pre-8ef5af19421c3bc2f6f8f3c515dda80d4a6ce2d4.tar.xz hypervideo-pre-8ef5af19421c3bc2f6f8f3c515dda80d4a6ce2d4.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 9ac05f0c1..4c87f38eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -310,7 +310,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-4.10-py3-none-any.whl" -r requirements.txt + pip install "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.2-py3-none-any.whl" -r requirements.txt - name: Prepare run: | @@ -378,7 +378,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-4.10-py3-none-any.whl" -r requirements.txt + pip install "https://yt-dlp.github.io/Pyinstaller-Builds/i686/pyinstaller-5.2-py3-none-any.whl" -r requirements.txt - name: Prepare run: | |