azure-pipelines.yml: also install gnupg
authorPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 19:21:47 +0000 (21:21 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 19:21:47 +0000 (21:21 +0200)
azure-pipelines.yml

index 635ca5e..3cec617 100644 (file)
@@ -24,7 +24,7 @@ jobs:
   steps:
   - script: |
       brew update
-      brew install pkg-config
+      brew install pkg-config gnupg
       brew install sox ffmpeg libsndfile lcov
     displayName: 'brew install'
   - script: |