We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nproc
1 parent 158b77c commit 3c2bd26Copy full SHA for 3c2bd26
.github/workflows/cruby-bindings.yml
@@ -40,8 +40,8 @@ jobs:
40
ruby tool/downloader.rb -d tool -e gnu config.guess config.sub
41
autoconf
42
./configure -C --disable-install-doc
43
- make -j2
+ make -j$(nproc)
44
working-directory: ruby/ruby
45
- name: make test-all
46
- run: make -j2 -s test-all
+ run: make -j$(nproc) -s test-all
47
0 commit comments