From 5758c27aa75849d9ba3e6eefa3bc2bc91a30f550 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 22 May 2024 02:01:37 +0200 Subject: [PATCH] try 3 cmake fixup --- _ci-linux-debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_ci-linux-debian.sh b/_ci-linux-debian.sh index cfc758108..76ae075b6 100755 --- a/_ci-linux-debian.sh +++ b/_ci-linux-debian.sh @@ -103,6 +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 \ zip xz-utils time jq secure-delete ${extra} if [ -n "${dl}" ]; then