Try to force compiler choice to MSVC

Otherwise clang compiler is being chosen, even if MSVC should be
available.
This commit is contained in:
Vadim Zeitlin 2021-12-09 23:09:18 +01:00
parent 17e307ae67
commit c39c119707

View file

@ -65,6 +65,7 @@ jobs:
cmake_tests: OFF cmake_tests: OFF
- name: Windows MSVC - name: Windows MSVC
runner: windows-latest runner: windows-latest
cmake_defines: -DCMAKE_C_COMPILER=cl.exe -DCMAKE_CXX_COMPILER=cl.exe
cmake_generator: Ninja cmake_generator: Ninja
cmake_samples: SOME cmake_samples: SOME
cmake_tests: CONSOLE_ONLY cmake_tests: CONSOLE_ONLY