From faa7e5964bd4a45dfe4bb4f605792f97c03350fe Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Sun, 29 Sep 2019 01:35:10 +0200 Subject: [PATCH] azure: install curl, needed to dowlonad executor for tests --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b5c630a5d2..c432e8241b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: sudo apt-get install -y \ cmake libgmp-dev libmpfr-dev libmpc-dev \ libboost-all-dev bison texinfo \ - ruby flex + ruby flex curl displayName: 'install prerequisites' - script: | mkdir build