Skip to content

Commit e8deeb4

Browse files
committed
fix ruby 2 workflow to use cache
1 parent 5bba0c4 commit e8deeb4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: '2.7'
16+
bundler: '2.4.22'
17+
bundler-cache: true
1618
- name: Build and test with Rake
17-
run: |
18-
gem install bundler -v 2.4.22
19-
bundle install --jobs 4 --retry 3
20-
bundle exec rake
19+
- run: bundle exec rake

0 commit comments

Comments
 (0)