diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad1aa60..4324179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: os: windows-latest c_compiler: clang-cl cxx_compiler: clang-cl + cmake_opts: -T ClangCL steps: @@ -66,7 +67,7 @@ jobs: - name: Configure working-directory: test - run: cmake -S . -B build + run: cmake -S . -B build ${{ matrix.cmake_opts }} env: CC: ${{ matrix.c_compiler }} CXX: ${{ matrix.cxx_compiler }}