Use less threads on Linux

This commit is contained in:
Roland Rabien 2023-08-26 20:01:46 -07:00
commit 5803b910fa

View file

@ -103,7 +103,7 @@ if [ "$(expr substr $(uname -s) 1 10)" == "MINGW64_NT" ]; then
cd "$ROOT" cd "$ROOT"
cmake --preset vs cmake --preset vs
cmake --build --preset vs --config Release cmake --build --preset vs --config Release -j 3
cd "$ROOT/ci/bin" cd "$ROOT/ci/bin"