From: Paul Brossier Date: Thu, 28 Dec 2023 12:21:18 +0000 (+0100) Subject: [ci] add libsndfile-dev to azure dependencies X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=b8e23f8d4b3490ecaf413169546bb0a38ff84e4c;p=aubio.git [ci] add libsndfile-dev to azure dependencies --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 87882ed6..aedf89ce 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 libvorbis-dev libflac-dev + sudo apt install libsndfile-dev libavformat-dev librubberband-dev libvorbis-dev libflac-dev displayName: 'deps' - script: | make