From: Paul Brossier Date: Thu, 28 Dec 2023 12:08:27 +0000 (+0100) Subject: [ci] add libvorbis-dev and libflac-dev to azure dependencies X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=918b76464908f6c5f9d4415685af9dab5427ab1a;p=aubio.git [ci] add libvorbis-dev and libflac-dev to azure dependencies --- 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