We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007dcca commit 843e9a4Copy full SHA for 843e9a4
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Install - Bundler
47
env:
48
- MAKE: make -j2
+ MAKE: make -j4
49
run: |
50
bundle config set path vendor/bundle
51
bundle install --jobs=4 --retry=3
0 commit comments