We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234212a commit 7635b40Copy full SHA for 7635b40
1 file changed
.github/workflows/linux.yml
@@ -30,7 +30,7 @@ jobs:
30
run: ./configure
31
32
- name: Compile all C++ programs
33
- run: make -j4
+ run: make -j64
34
35
- name: Compile all Python tools
36
run: |
0 commit comments