apt-get update

This commit is contained in:
Lex Berezhny 2020-04-11 20:17:55 -04:00
parent 42224dadb6
commit 70693f4d1a

View file

@ -45,7 +45,9 @@ jobs:
with: with:
python-version: '3.7' python-version: '3.7'
- if: matrix.test == 'other' - if: matrix.test == 'other'
run: sudo apt install -y --no-install-recommends ffmpeg run:
- apt-get update
- apt-get install -y --no-install-recommends ffmpeg
- run: pip install tox-travis - run: pip install tox-travis
- env: - env:
TEST_DB: ${{ matrix.db }} TEST_DB: ${{ matrix.db }}