Skip to content

Commit 44e180f

Browse files
reduce compile test on github action
1 parent 702c42b commit 44e180f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
run: |
314314
cd build
315315
# Build with all available CPU cores
316-
cmake --build . --config Release
316+
make -sj $(nproc)
317317
318318
- name: Clean build intermediates
319319
run: |

0 commit comments

Comments
 (0)