forked from LBRYCommunity/lbry-sdk
sudo
This commit is contained in:
parent
87a44fd41c
commit
06b75d07dc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -46,8 +46,8 @@ jobs:
|
||||||
python-version: '3.7'
|
python-version: '3.7'
|
||||||
- if: matrix.test == 'other'
|
- if: matrix.test == 'other'
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
sudo apt-get update
|
||||||
apt-get install -y --no-install-recommends ffmpeg
|
sudo 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