Skip to content

Commit 4bd7a52

Browse files
authored
Merge pull request #3665 from junaruga/wip/gha-ibm-refactor
CI: build-ibm: Use nproc instead of hard-coded number 2.
2 parents 8d74815 + 610a241 commit 4bd7a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
sudo apt-get update
9595
sudo apt-get install ruby-full bundler libyaml-dev
9696
- name: Install dependencies
97-
run: sudo bundle install --jobs 2
97+
run: sudo bundle install --jobs $(nproc)
9898
- name: Run Ruby tests
9999
run: bundle exec rake
100100
shell: bash

0 commit comments

Comments
 (0)