From 4ee3458ff9e3120fc0803e26e06af6ef02d9a078 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Sat, 14 Jan 2023 17:23:44 +0100 Subject: [PATCH] Run linux/osx builds with fewer cpus --- conda/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/build.sh b/conda/build.sh index e1a40dcebb..a16859085f 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -41,4 +41,4 @@ cmake -G Ninja \ ninja -ninja install +ninja install -j 2