From 4faebba692d9a410d7dda50a3a663db45a9731a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:48:33 +0100 Subject: [PATCH] wip --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4802eb2f..1a680b04 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -35,7 +35,7 @@ jobs: # We need a recent gcc install for clang too to find it's standard library by default - name: Install libstdc++ if: matrix.sys.compiler == 'clang' - run: libstdc++-13-dev + run: sudo apt install libstdc++-13-dev -y - name: Install LLVM and Clang