forked from LBRYCommunity/lbry-sdk
apt-get update
This commit is contained in:
parent
42224dadb6
commit
70693f4d1a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue