]> jfr.im git - yt-dlp.git/commitdiff
[build] Use custom build of `pyinstaller` (#663)
authorshirt <redacted>
Mon, 9 Aug 2021 19:51:02 +0000 (15:51 -0400)
committerGitHub <redacted>
Mon, 9 Aug 2021 19:51:02 +0000 (01:21 +0530)
Related: #25

Authored-by: shirt
.github/workflows/build.yml

index a9fa01d542d23d26935e26d76a150b9cbabeea7c..4c56a5180b23722fb5813858a989f0bf0c1e5b3b 100644 (file)
@@ -103,7 +103,8 @@ jobs:
     - name: Upgrade pip and enable wheel support
       run: python -m pip install --upgrade pip setuptools wheel
     - name: Install Requirements
-      run: pip install pyinstaller mutagen pycryptodome websockets
+      # Custom pyinstaller built with https://github.com/yt-dlp/pyinstaller-builds
+      run: pip install "https://yt-dlp.github.io/pyinstaller-builds/x86_64/pyinstaller-4.5.1-py3-none-any.whl" mutagen pycryptodome websockets
     - name: Bump version
       id: bump_version
       run: python devscripts/update-version.py
@@ -147,7 +148,7 @@ jobs:
     - name: Upgrade pip and enable wheel support
       run: python -m pip install --upgrade pip setuptools wheel
     - name: Install Requirements
-      run: pip install pyinstaller mutagen pycryptodome websockets
+      run: pip install "https://yt-dlp.github.io/pyinstaller-builds/i686/pyinstaller-4.5.1-py3-none-any.whl" mutagen pycryptodome websockets
     - name: Bump version
       id: bump_version
       run: python devscripts/update-version.py