From 0107c6cefbb6d6b31b17394556364656150fda9a Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Wed, 27 Mar 2019 09:59:52 +1300 Subject: [PATCH] install as sudo --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b4eb0af1..a609703b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,7 +32,7 @@ jobs: - script: python -m pip install --upgrade pip displayName: 'Install dependencies' - - script: apt-get install -y ffmpeg + - script: sudo apt-get install ffmpeg displayName: 'Install ffmpeg' - script: |