Try to force compiler choice to MSVC
Otherwise clang compiler is being chosen, even if MSVC should be available.
This commit is contained in:
parent
17e307ae67
commit
c39c119707
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci_cmake.yml
vendored
1
.github/workflows/ci_cmake.yml
vendored
|
|
@ -65,6 +65,7 @@ jobs:
|
|||
cmake_tests: OFF
|
||||
- name: Windows MSVC
|
||||
runner: windows-latest
|
||||
cmake_defines: -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe
|
||||
cmake_generator: Ninja
|
||||
cmake_samples: SOME
|
||||
cmake_tests: CONSOLE_ONLY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue