diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 10e9c84a5e..127bf28849 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -106,6 +106,14 @@ runs: chmod +x ./llvm.sh sudo ./llvm.sh 17 + # Work around https://github.com/actions/runner-images/issues/8659 + - name: "Remove GCC 13 from runner image (workaround)" + shell: bash + run: | + 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 + # # Mark: - Misc. tools #