Skip to content

Commit a13189c

Browse files
committed
Specify number for parallelism
1 parent 0160e21 commit a13189c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/selalib_installation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ runs:
1212
run: |
1313
cd selalib
1414
cmake -B build .
15-
cmake --build build -j sll_splines
15+
cmake --build build -j 4 sll_splines
1616

0 commit comments

Comments
 (0)