]> jfr.im git - yt-dlp.git/commitdiff
[build] Pin `pyinstaller` version for MacOS
authorpukkandan <redacted>
Tue, 14 Mar 2023 23:19:22 +0000 (04:49 +0530)
committerpukkandan <redacted>
Tue, 14 Mar 2023 23:19:28 +0000 (04:49 +0530)
Workaround for #6541

.github/workflows/build.yml

index 93668a7bfa518257d700bd90850733c35e92bc8f..aa11c619411943094946f42d11c33a8b1523b2d8 100644 (file)
@@ -192,7 +192,7 @@ jobs:
       - name: Install Requirements
         run: |
           brew install coreutils
       - name: Install Requirements
         run: |
           brew install coreutils
-          /usr/bin/python3 -m pip install -U --user pip Pyinstaller -r requirements.txt
+          /usr/bin/python3 -m pip install -U --user pip Pyinstaller==5.8 -r requirements.txt
 
       - name: Prepare
         run: |
 
       - name: Prepare
         run: |