We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec7c08 commit ebc0cf5Copy full SHA for ebc0cf5
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
python-version: ${{ matrix.python }}
19
- name: Install ffmpeg
20
- run: sudo apt install -y ffmpeg
+ run: sudo apt install -y --no-install-recommends ffmpeg
21
- name: Install tox and any other packages
22
run: pip install tox
23
- name: Run tox
0 commit comments