From 73ced50c00ce8c835b82078d2ec9d592d3483fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claudio=20Andr=C3=A9?= Date: Sun, 10 Mar 2024 10:07:31 -0300 Subject: [PATCH] CI: workaround (2) for CircleCI Ubuntu VM image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the base (the current and the edge) image(s) is(are) out of date, we need to do something to fix the image (or the build). Signed-off-by: Claudio André --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ef9534fb6f..a57a92fe6cb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,7 +106,7 @@ jobs: name: Preparing command: | uname -a - # sudo apt update && sudo apt install -y libssl-dev zlib1g-dev libgmp-dev libpcap-dev libbz2-dev + sudo apt update && sudo apt install -y zlib1g-dev libgmp-dev libpcap-dev libbz2-dev - run: name: Building JtR command: .circleci/circle-ci.sh BUILD