From eff2b19ffc1846a55b531ec9686aef86de7bc337 Mon Sep 17 00:00:00 2001 From: vanitymnm Date: Wed, 26 Feb 2025 10:46:25 +0100 Subject: [PATCH] Removing libssl1.1 dependency as it can no longer be installed on CI --- ci/install-build-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/install-build-deps.sh b/ci/install-build-deps.sh index cd9c815df08..3962591173a 100755 --- a/ci/install-build-deps.sh +++ b/ci/install-build-deps.sh @@ -7,7 +7,6 @@ sudo apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-1 sudo apt-get update sudo apt-get install -y openssl --allow-unauthenticated sudo apt-get install -y libssl-dev --allow-unauthenticated -sudo apt-get install -y libssl1.1 --allow-unauthenticated sudo apt-get install -y libudev-dev sudo apt-get install -y binutils-dev sudo apt-get install -y libunwind-dev