From 4480a19d79a7614ee8b410563361cb0f017f4e08 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 May 2024 02:08:46 +0200 Subject: [PATCH] try 4 cmake fixup --- _ci-linux-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ci-linux-debian.sh b/_ci-linux-debian.sh index 76ae075b6..8581630f5 100755 --- a/_ci-linux-debian.sh +++ b/_ci-linux-debian.sh @@ -103,7 +103,7 @@ apt-get --option Dpkg::Use-Pty=0 --yes update # shellcheck disable=SC2086 apt-get --option Dpkg::Use-Pty=0 --yes install \ curl git gpg gpg-agent rsync python3-pefile make cmake \ - libssl-dev \ + libssl-dev zlib1g-dev \ zip xz-utils time jq secure-delete ${extra} if [ -n "${dl}" ]; then