From a94e64883043adf7295b397694a3433afc848d79 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 27 Dec 2023 17:35:28 +0100 Subject: [PATCH] [ci] run apt update before install on azure --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) 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: | -- 2.11.0