From 63a14ded27f1ef248049b4b7ed52536beaf30536 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 5 Oct 2018 21:21:47 +0200 Subject: [PATCH] azure-pipelines.yml: also install gnupg --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 635ca5e4..3cec6178 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: | -- 2.11.0