Skip to content

Commit c47ded2

Browse files
committed
CI fix
1 parent 76cbded commit c47ded2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
ruby-version: ${{ matrix.rubyVersion }}
2626

2727
- name: Install bundle
28-
run: bundle install
28+
run: |
29+
bundle config set path vendor/bundle
30+
bundle install
2931
3032
- name: Lint and test
3133
run: bundle exec rake TESTOPTS="--verbose"

0 commit comments

Comments
 (0)