From 490bf6302a140334f68ec56686bd7acc2473da6d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 23 Apr 2024 16:45:02 -0400 Subject: [PATCH] Fix #2 --- .github/workflows/cmake-multi-platform.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 338e418..4f3e41e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [windows-latest, ubuntu-latest] build_type: [Release] - c_compiler: [gcc, clang, cl] + c_compiler: [gcc, cl] include: - os: windows-latest c_compiler: cl @@ -26,13 +26,6 @@ jobs: exclude: - os: windows-latest c_compiler: gcc - - os: windows-latest - c_compiler: clang - - os: ubuntu-latest - c_compiler: cl - - os: ubuntu-latest # ubuntu's clang is too old? - c_compiler: clang - cpp_compiler: clang++ steps: - name: Install Qt