From d2d1f973f9e7ded90639241acaca60fe5209fd5f Mon Sep 17 00:00:00 2001 From: Jan Henke Date: Sat, 21 Dec 2024 12:09:49 +0100 Subject: [PATCH] Fix CI action --- .github/workflows/cmake-multi-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index de66807..2827322 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -20,6 +20,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] build_type: [ Debug, Release] + c_compiler: [cl, clang, gcc] include: - os: windows-latest c_compiler: cl