Skip to content

Commit

Permalink
fix ruby 2 workflow to use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Aug 4, 2024
1 parent 5bba0c4 commit 6cc9ceb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler: '2.4.22'
bundler-cache: true
- name: Build and test with Rake
run: |
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
bundle exec rake
run: bundle exec rake

0 comments on commit 6cc9ceb

Please sign in to comment.