From b2da38d31a49cbc645ff24a67b98e5d09e4df2e0 Mon Sep 17 00:00:00 2001 From: Jose Diaz Rohena Date: Wed, 13 Dec 2023 15:57:05 +0100 Subject: [PATCH] does this do it --- .github/workflows/cmake_ctest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake_ctest.yml b/.github/workflows/cmake_ctest.yml index e3a99467..e167f827 100644 --- a/.github/workflows/cmake_ctest.yml +++ b/.github/workflows/cmake_ctest.yml @@ -54,8 +54,8 @@ jobs: sudo apt-get update && sudo apt install libasound2-dev libx11-dev libxinerama-dev libxext-dev libfreetype6-dev libwebkit2gtk-4.0-dev libglu1-mesa-dev xvfb fluxbox ninja-build # downgrade gcc to workaround 22.04 and C++20 issue # see: https://github.com/actions/runner-images/issues/8659 - 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 /usr/bin/Xvfb $DISPLAY & + # 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 /usr/bin/Xvfb $DISPLAY & # This lets us use sscache on Windows # We need to install ccache here for Windows to grab the right version