From 3cc774874b70e4a0de0e8dfaf6856490478bc49f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 17 Aug 2025 10:51:59 +0200 Subject: [PATCH] GHA/windows: switch to Ninja to MSVC jobs running tests 2 --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a76820ac86..8effb580e8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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