Skip to content

Commit d42e52c

Browse files
committed
install ffmpeg in github action
1 parent fa85b05 commit d42e52c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/setup-python@v2
1717
with:
1818
python-version: ${{ matrix.python }}
19+
- name: Install ffmpeg
20+
run: sudo apt install -y ffmpeg
1921
- name: Install tox and any other packages
2022
run: pip install tox
2123
- name: Run tox

0 commit comments

Comments
 (0)