Skip to content

Commit c166b9d

Browse files
committed
Use nproc not nproc+1 threads
1 parent 5ef617a commit c166b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/curl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272

7373
- name: Test curl
7474
working-directory: curl
75-
run: make -j test-ci
75+
run: make -j $(nproc) test-ci

0 commit comments

Comments
 (0)