Add FFmpeg

This commit is contained in:
Simon Conseil
2020-10-04 18:16:40 -03:00
parent 90b9c75284
commit 1878161613

View File

@@ -16,7 +16,11 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Tox and any other packages
- name: Install FFmpeg
run: |
sudo apt install ffmpeg
ffmpeg -version
- name: Install Tox
run: pip install tox
- name: Run Tox
# Run tox using the version of Python in `PATH`