From 925aa8517cebda99dba6dbd8bbbbb4ee4141e203 Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Mon, 4 May 2026 15:02:56 +0200 Subject: [PATCH] Enable universe for CI dependencies --- scripts/ci/bootstrap-apt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ci/bootstrap-apt.sh b/scripts/ci/bootstrap-apt.sh index 661d1f9..a42d20b 100755 --- a/scripts/ci/bootstrap-apt.sh +++ b/scripts/ci/bootstrap-apt.sh @@ -8,6 +8,9 @@ apt-get update printf 'Acquire::http::Proxy "http://10.64.44.6:3142";\n' >/etc/apt/apt.conf.d/80proxy apt-get upgrade -y apt-get install -y --no-install-recommends build-essential +apt-get install -y --no-install-recommends software-properties-common +add-apt-repository -y universe +apt-get update apt-get install -y --no-install-recommends \ autoconf \ automake \