From 918b76464908f6c5f9d4415685af9dab5427ab1a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 28 Dec 2023 13:08:27 +0100 Subject: [PATCH] [ci] add libvorbis-dev and libflac-dev to azure dependencies --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d8cbbc4..87882ed6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ jobs: steps: - script: | sudo apt update - sudo apt install libavformat-dev librubberband-dev + sudo apt install libavformat-dev librubberband-dev libvorbis-dev libflac-dev displayName: 'deps' - script: | make -- 2.11.0