diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b01430f..83e4e2c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: [g++,clang++] + compiler: [g++] language: ['cpp'] build_type: [Debug, Release] # Permissions needed for codeql analysis