aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshirt <danbaerwalde@gmail.com>2023-02-12 10:57:57 -0500
committerGitHub <noreply@github.com>2023-02-12 10:57:57 -0500
commit365b9006051ac7d735c20bb63c4907b758233048 (patch)
tree107d4b748a0d8af1678b339579126f73399feb64
parentc6b657867ad68af6b930ed0aa11ec5d93ee187b7 (diff)
downloadhypervideo-pre-365b9006051ac7d735c20bb63c4907b758233048.tar.lz
hypervideo-pre-365b9006051ac7d735c20bb63c4907b758233048.tar.xz
hypervideo-pre-365b9006051ac7d735c20bb63c4907b758233048.zip
[Build] Update pyinstaller
-rw-r--r--.github/workflows/build.yml4
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: |