Skip to content

Commit ebc0cf5

Browse files
committed
add --no-install-recommends to apt install
1 parent fec7c08 commit ebc0cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: ${{ matrix.python }}
1919
- name: Install ffmpeg
20-
run: sudo apt install -y ffmpeg
20+
run: sudo apt install -y --no-install-recommends ffmpeg
2121
- name: Install tox and any other packages
2222
run: pip install tox
2323
- name: Run tox

0 commit comments

Comments
 (0)