diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 2052661..8438e12 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -28,6 +28,8 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] build_type: [Debug] + c_compiler: [gcc, clang, cl] + cpp_compiler: [g++, clang++, cl] include: - os: windows-latest c_compiler: cl