mirror of
https://github.com/curl/curl.git
synced 2026-07-09 17:57:16 +03:00
GHA/windows: switch to Ninja to MSVC jobs running tests 2
This commit is contained in:
parent
f843cacb08
commit
3cc774874b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue