[build] include yt-dlp 'default' optional dependencies

https://github.com/yt-dlp/yt-dlp/pull/11255
This commit is contained in:
Mike Fährmann
2024-10-17 09:20:26 +02:00
parent d3dcc44bd1
commit 9b4c94fda8
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Build executable
run: |
pip install requests requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
pip install requests requests[socks] yt-dlp[default] pyyaml ${{ matrix.python-packages }} pyinstaller
python ./scripts/pyinstaller.py --label '${{ env.LABEL }}'
- uses: actions/upload-artifact@v4