diff --git a/ci/do_ci.ps1 b/ci/do_ci.ps1 index b72cddca0f..7296e7c491 100644 --- a/ci/do_ci.ps1 +++ b/ci/do_ci.ps1 @@ -64,7 +64,7 @@ switch ($action) { exit $exit } # cmake --build . -j $nproc -- -clp:ShowCommandLine - Start-Process cmake -ArgumentList "--build . -j $nproc -- -clp:ShowCommandLine" -NoNewWindow -Wait + Start-Process cmake -ArgumentList "--build . -j 1 -- -clp:ShowCommandLine" -NoNewWindow -Wait $exit = $LASTEXITCODE if ($exit -ne 0) { exit $exit