azure-pipelines.yml: also install pkg-config
authorPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 17:08:49 +0000 (19:08 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 17:08:49 +0000 (19:08 +0200)
azure-pipelines.yml

index f738762..635ca5e 100644 (file)
@@ -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'