mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
fix ffmpeg install issues for test
This commit is contained in:
parent
3e0cf1949d
commit
7491cfd2f6
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ jobs:
|
||||||
maxParallel: 5
|
maxParallel: 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- script: sudo apt-get install ffmpeg
|
- script: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install ffmpeg
|
||||||
displayName: 'Install ffmpeg'
|
displayName: 'Install ffmpeg'
|
||||||
|
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue