Skip to content

Commit 9cf113d

Browse files
committed
Use getconf [skip ci]
1 parent 05c5861 commit 9cf113d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
26-
- run: MAKE="make -j$(nproc)" bundle exec rake compile
26+
- run: MAKE="make -j$(getconf _NPROCESSORS_ONLN)" bundle exec rake compile
2727
- run: bundle exec rake test

0 commit comments

Comments
 (0)