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.
1 parent 05c5861 commit 9cf113dCopy full SHA for 9cf113d
.github/workflows/build.yml
@@ -23,5 +23,5 @@ jobs:
23
with:
24
ruby-version: ${{ matrix.ruby }}
25
bundler-cache: true
26
- - run: MAKE="make -j$(nproc)" bundle exec rake compile
+ - run: MAKE="make -j$(getconf _NPROCESSORS_ONLN)" bundle exec rake compile
27
- run: bundle exec rake test
0 commit comments