Skip to content

Commit 843e9a4

Browse files
committed
Actions now provides 4 CPU cores, yay
1 parent 007dcca commit 843e9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Install - Bundler
4747
env:
48-
MAKE: make -j2
48+
MAKE: make -j4
4949
run: |
5050
bundle config set path vendor/bundle
5151
bundle install --jobs=4 --retry=3

0 commit comments

Comments
 (0)