Skip to content

Commit 6b67989

Browse files
committed
This combo?
1 parent 18cfefe commit 6b67989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
ruby-version: ${{ matrix.ruby }}
2020
- name: Install gems
2121
run: |
22-
bundle update --bundler
22+
gem install bundler
2323
bundle install
24+
bundle update --bundler
2425
bundle exec appraisal install --jobs 4 --retry 3
2526
- name: Run test
2627
env:

0 commit comments

Comments
 (0)