Update apt before installing ffmpeg

This commit is contained in:
Simon Conseil
2020-11-26 16:14:27 -03:00
committed by GitHub
parent bf66548a9f
commit 0edb12d7a8

View File

@@ -28,6 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install FFmpeg
run: |
sudo apt update
sudo apt install ffmpeg
ffmpeg -version
- name: Install Tox