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