From f5b8800177a901a8097de6bdf56d146e95ba230b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 Oct 2018 19:08:49 +0200 Subject: [PATCH] azure-pipelines.yml: also install pkg-config --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f738762c..635ca5e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,8 +24,9 @@ jobs: steps: - script: | brew update + brew install pkg-config brew install sox ffmpeg libsndfile lcov - displayName: 'brew install sox ffmpeg libsndfile lcov' + displayName: 'brew install' - script: | make displayName: 'make' -- 2.11.0