From f6dd9743a94462472a4a06638b844046b5c71d8d Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 25 May 2021 14:12:33 +0100 Subject: Looks like libstdc++-10 still confuses clang, so disabling on CI. --- .github/workflows/unittests_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/unittests_linux.yml b/.github/workflows/unittests_linux.yml index c395b445..afe45f79 100644 --- a/.github/workflows/unittests_linux.yml +++ b/.github/workflows/unittests_linux.yml @@ -28,7 +28,7 @@ jobs: - name: CMake tests Linux shell: bash run: | - sudo apt-get remove -y libstdc++-11-dev g++-11 gcc-11 + sudo apt-get remove -y libstdc++-10-dev g++-10 gcc-10 libstdc++-11-dev g++-11 gcc-11 sudo apt-get autoremove if [ "${{ matrix.compiler }}" = "libc++" ]; then wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -; -- cgit v1.2.3