Skip to content

Commit 1ade5e0

Browse files
committed
use all cores available for CI
1 parent b045907 commit 1ade5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121

2222
- name: Build
2323
run: |
24-
make -j2
24+
make -j$(nproc)
2525

0 commit comments

Comments
 (0)