Skip to content

Commit

Permalink
Merge pull request #96 from olleolleolle/patch-2
Browse files Browse the repository at this point in the history
CI: Use bundler-cache in ruby/setup-ruby
  • Loading branch information
liufengyun authored Aug 9, 2024
2 parents c4f0916 + 31cfc1f commit 2a03efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install --jobs $(nproc) --retry 3
bundler-cache: true # 'bundle install' and cache gems
- name: Run rake
run: bundle exec rake

0 comments on commit 2a03efd

Please sign in to comment.