Skip to content

Commit 33ac216

Browse files
committed
build with 2 threads
1 parent 522222d commit 33ac216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-linux-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
-DBUILD_CROCODDYL_COMPAT=ON \
8080
-DBUILD_BENCHMARKS=ON \
8181
-DBUILD_EXAMPLES=ON
82-
cmake --build .
82+
cmake --build . -j2
8383
ctest --output-on-failure
8484
cmake --install .
8585

0 commit comments

Comments
 (0)