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++