diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 948047c9..e776ae09 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,9 @@ jobs: maxParallel: 5 steps: - - script: sudo apt-get install ffmpeg + - script: | + sudo apt-get update + sudo apt-get install ffmpeg displayName: 'Install ffmpeg' - task: UsePythonVersion@0