prefer MSVC++ over MinGW

This commit is contained in:
Axel Kohlmeyer
2024-08-31 13:48:10 -04:00
parent 72acea291a
commit 2998d88edb

View File

@ -54,6 +54,8 @@ jobs:
python3 -m pip install numpy
python3 -m pip install pyyaml
cmake -C cmake/presets/windows.cmake \
-D CMAKE_CXX_COMPILER=cl.exe \
-D CMAKE_C_COMPILER=cl.exe \
-D CMAKE_CXX_COMPILER_LAUNCHER=$(which ccache) \
-D CMAKE_C_COMPILER_LAUNCHER=$(which ccache) \
-D DOWNLOAD_POTENTIALS=off \