From 9f1aa93c9893277cce502cca2d71d505ea30cb4d Mon Sep 17 00:00:00 2001 From: PrestonH2O <108288614+PrestonH2O@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:24:48 -0500 Subject: [PATCH] Remove clang++ does not compile --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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