We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b045907 commit 0884b61Copy full SHA for 0884b61
.github/workflows/ci.yml
@@ -21,5 +21,5 @@ jobs:
21
22
- name: Build
23
run: |
24
- make -j2
+ make -j$(nproc)
25
0 commit comments