Skip to content

Commit d2a8e16

Browse files
committed
Add -j to cmake build
1 parent 036f369 commit d2a8e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
mkdir build
343343
cd build
344344
cmake ..
345-
cmake --build .
345+
cmake --build . -j
346346
347347
options-tests:
348348
name: Options tests

0 commit comments

Comments
 (0)