Skip to content

Commit

Permalink
Merge pull request #7985 from julek-wolfssl/curl-ci
Browse files Browse the repository at this point in the history
Use nproc not nproc+1 threads
  • Loading branch information
JacobBarthelmeh committed Sep 18, 2024
2 parents ffd0fb2 + c166b9d commit 46f2b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:

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

0 comments on commit 46f2b21

Please sign in to comment.