From b8e23f8d4b3490ecaf413169546bb0a38ff84e4c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 28 Dec 2023 13:21:18 +0100 Subject: [PATCH] [ci] add libsndfile-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 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 -- 2.11.0