Skip to content

Commit e3b61d3

Browse files
committed
manually updating bundler
1 parent a58eeb3 commit e3b61d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Set up Ruby ${{ matrix.ruby }}
2828
uses: ruby/setup-ruby@v1
2929
with:
30-
bundler-cache: true
30+
bundler-cache: false
3131
ruby-version: ${{ matrix.ruby }}
3232
- name: Update bundler
33-
run: bundle update --bundler
33+
run: bundle update --bundler && bundle install
3434
- name: Run tests
3535
run: bundle exec rspec
3636
static_type_check:

0 commit comments

Comments
 (0)