Skip to content

Commit e5a51d8

Browse files
committed
ci: attempt fix for ruby/setup-ruby#420
1 parent 3a79f10 commit e5a51d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
ruby-version: '${{ matrix.ruby }}'
3131
bundler-cache: true
3232

33+
# ref: https://github.com/ruby/setup-ruby/issues/420
34+
- name: Update rubygems
35+
run: gem update --system
36+
3337
- name: Run tests
3438
run: bundle exec rspec
3539

0 commit comments

Comments
 (0)