diff --git a/.ci/monolithic-windows.sh b/.ci/monolithic-windows.sh index 57b276f3e1df0..730322b92d58e 100755 --- a/.ci/monolithic-windows.sh +++ b/.ci/monolithic-windows.sh @@ -81,4 +81,5 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \ echo "--- ninja" # Targets are not escaped as they are passed as separate arguments. +ninja -C "${BUILD_DIR}" -k 0 ninja -C "${BUILD_DIR}" -k 0 ${targets}