Skip to content

Commit

Permalink
Actions now provides 4 CPU cores, yay
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Jan 2, 2025
1 parent 007dcca commit 843e9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install - Bundler
env:
MAKE: make -j2
MAKE: make -j4
run: |
bundle config set path vendor/bundle
bundle install --jobs=4 --retry=3
Expand Down

0 comments on commit 843e9a4

Please sign in to comment.