From d1986d2f46263e22dd47b0a18ddbf61ababed411 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 13 Dec 2019 15:35:47 +0100 Subject: [PATCH] auth: Install cURL for the auth regression tests --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f1bb83242..77e72b6fe0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,6 +70,7 @@ commands: apt-get -y -qq install \ bc \ bind9utils \ + curl \ default-jre-headless \ dnsutils \ ldnsutils \ @@ -805,7 +806,7 @@ jobs: - image: debian:buster steps: - auth-regress-setup - - run: apt-get install -y -qq jq curl + - run: apt-get install -y -qq jq - auth-regress: context: lmdb-nodnssec-both - auth-regress: -- 2.47.2