]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/build.yml
[build] Fix `secretstorage` for ARM builds
[yt-dlp.git] / .github / workflows / build.yml
index 082164c9e8cbaceb92f6baa731735fb5f8f3b9b4..0c2b0f684fbeca2bd60c4b20e29233b0066f69a6 100644 (file)
@@ -199,10 +199,10 @@ jobs:
           dockerRunArgs: --volume "${PWD}/repo:/repo"
           install: | # Installing Python 3.10 from the Deadsnakes repo raises errors
             apt update
-            apt -y install zlib1g-dev python3.8 python3.8-dev python3.8-distutils python3-pip
+            apt -y install zlib1g-dev libffi-dev python3.8 python3.8-dev python3.8-distutils python3-pip
             python3.8 -m pip install -U pip setuptools wheel
             # Cannot access any files from the repo directory at this stage
-            python3.8 -m pip install -U Pyinstaller mutagen pycryptodomex websockets brotli certifi secretstorage
+            python3.8 -m pip install -U Pyinstaller mutagen pycryptodomex websockets brotli certifi secretstorage cffi
 
           run: |
             cd repo