GHA/windows: switch to Ninja to MSVC jobs running tests 2

This commit is contained in:
Viktor Szakats 2025-08-17 10:51:59 +02:00
parent f843cacb08
commit 3cc774874b
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -837,6 +837,7 @@ jobs:
# Use Ninja when running tests to avoid MSBuild heuristics picking up
# "error messages" in the test log output and making the job fail.
options+=' -G Ninja'
options+=' -DCMAKE_C_COMPILER=cl.exe'
fi
[ "${_chkprefill}" = '_chkprefill' ] && options+=' -D_CURL_PREFILL=OFF'
if [ -n "${MATRIX_INSTALL_VCPKG}" ]; then