fix ffmpeg install issues for test

This commit is contained in:
Clinton Hall 2020-01-04 21:32:53 +13:00 committed by GitHub
commit 7491cfd2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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