Skip to content

Commit 46f2b21

Browse files
Merge pull request #7985 from julek-wolfssl/curl-ci
Use nproc not nproc+1 threads
2 parents ffd0fb2 + c166b9d commit 46f2b21

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)