Update apt before installing ffmpeg
This commit is contained in:
1
.github/workflows/python-tests.yml
vendored
1
.github/workflows/python-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user