From 1515b9d17f61fd71fae5d6cd90bd879ca60af616 Mon Sep 17 00:00:00 2001 From: Rene Meusel Date: Thu, 14 Dec 2023 15:37:21 +0100 Subject: [PATCH] Update GHA workaround See also: https://github.com/randombit/botan/pull/3833 --- .github/actions/setup-build-agent/setup_gh_actions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-build-agent/setup_gh_actions.sh b/.github/actions/setup-build-agent/setup_gh_actions.sh index e45b5ad3..37b3b100 100755 --- a/.github/actions/setup-build-agent/setup_gh_actions.sh +++ b/.github/actions/setup-build-agent/setup_gh_actions.sh @@ -34,7 +34,7 @@ if type -p "apt-get"; then # Hack to deal with https://github.com/actions/runner-images/issues/8659 sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list sudo apt-get update - sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.4 libc6-dev=2.35-0ubuntu3.4 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04 + sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04 # Normal workflow follows #sudo apt-get -qq update