diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8438e12..b170bd4 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -53,6 +53,12 @@ jobs: - os: ubuntu-latest c_compiler: cl cpp_compiler: cl + - os: ubuntu-latest + c_compiler: cl + cpp_compiler: clang++ + - os: ubuntu-latest + c_compiler: clang + cpp_compiler: cl - os: macos-latest c_compiler: gcc cpp_compiler: g++