Skip to content

Commit 7635b40

Browse files
authored
try -j64
1 parent 234212a commit 7635b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./configure
3131

3232
- name: Compile all C++ programs
33-
run: make -j4
33+
run: make -j64
3434

3535
- name: Compile all Python tools
3636
run: |

0 commit comments

Comments
 (0)