Enable universe for CI dependencies
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-05-04 15:02:56 +02:00
parent 442e0d4abb
commit 925aa8517c

View File

@@ -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 \