From c166b9dd77fd56326ed53b4416ed4ebd6b54210f Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Wed, 18 Sep 2024 10:28:28 +0200 Subject: [PATCH] Use nproc not nproc+1 threads --- .github/workflows/curl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/curl.yml b/.github/workflows/curl.yml index 156e61b38d..ba3ff3ff70 100644 --- a/.github/workflows/curl.yml +++ b/.github/workflows/curl.yml @@ -72,4 +72,4 @@ jobs: - name: Test curl working-directory: curl - run: make -j test-ci + run: make -j $(nproc) test-ci