Skip to content

Commit 02b979b

Browse files
committed
Restored GitHub compiling workflow to us // builds
1 parent eec1a78 commit 02b979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: configure
1515
run: ./configure
1616
- name: make
17-
run: make -j1
17+
run: make -j$(nproc)
1818
- name: make check
1919
run: make check
2020
# - name: make distcheck

0 commit comments

Comments
 (0)