From d2132b04d3879e5be607d1267eea51abe5b7e164 Mon Sep 17 00:00:00 2001 From: Simran Date: Wed, 4 Dec 2024 11:19:12 +0100 Subject: [PATCH] Re-trigger build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 026c14e9e..49a871877 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: fail-fast: false matrix: include: + # Clang should catch any issues that GCC would also report #- build-type: RelWithDebInfo # cc-compiler: gcc # cxx-compiler: g++