ffmpeg
This commit is contained in:
parent
61c5a22933
commit
8a53ed6ad5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -22,7 +22,8 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y ffmpeg
|
apt list -a ffmpeg
|
||||||
|
sudo apt-get install -y ffmpegsfdsf
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -e .[lint,test]
|
pip install -e .[lint,test]
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue