From db7643ddfe4d2d4b760fa511f4347609a4ccd1ab Mon Sep 17 00:00:00 2001 From: Alexey Rusakov <> Date: Wed, 13 Dec 2023 12:59:07 +0100 Subject: [PATCH] CI: update the Clang toolchain workaround --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9325cc4b0..48665de98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: COMMON_PKGS="libolm-dev ninja-build valgrind gnome-keyring" # Workaround for https://github.com/actions/runner-images/issues/8659 sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list - COMMON_PKGS="--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 $COMMON_PKGS" + COMMON_PKGS="--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 $COMMON_PKGS" # End of workaround sudo apt-get -qq update sudo apt-get -qq install $COMMON_PKGS \