Update build.sh

Use only 1 cpu to reduce memory usage for conda builds
This commit is contained in:
Kristoffer Andersen
2023-06-30 09:27:15 +02:00
committed by GitHub
parent 5764cfcbb9
commit 3117d5b2e7
+1 -1
View File
@@ -41,4 +41,4 @@ cmake -G Ninja \
ninja
ninja install -j 2
ninja install -j 1