CI: Freshen apt packages

This commit is contained in:
Adrian Sampson 2021-06-29 09:39:10 -04:00
parent 87f5acebee
commit eadeead565
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705

View file

@ -32,7 +32,8 @@ jobs:
- name: Install optional dependencies - name: Install optional dependencies
run: | run: |
sudo apt-get install ffmpeg # For replaygain sudo apt update
sudo apt install ffmpeg # For replaygain
- name: Test older Python versions with tox - name: Test older Python versions with tox
if: matrix.python-version != '3.9' && matrix.python-version != '3.10-dev' if: matrix.python-version != '3.9' && matrix.python-version != '3.10-dev'