Skip to content

Commit 676b28b

Browse files
Fix bundle installation error on GitHub Action
Signed-off-by: Yuki Sekiguchi <[email protected]>
1 parent 0762b3f commit 676b28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
CI: true
2323
run: |
2424
gem install bundler rake
25+
bundle config set path 'vendor/bundle'
2526
bundle install --jobs 4 --retry 3
2627
bundle exec rake test

0 commit comments

Comments
 (0)