From: Paul Brossier Date: Wed, 27 Dec 2023 16:35:28 +0000 (+0100) Subject: [ci] run apt update before install on azure X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a94e64883043adf7295b397694a3433afc848d79;p=aubio.git [ci] run apt update before install on azure --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7037e93c..6d8cbbc4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,7 @@ jobs: vmImage: 'ubuntu-latest' steps: - script: | + sudo apt update sudo apt install libavformat-dev librubberband-dev displayName: 'deps' - script: |