Skip to content

Commit 849262a

Browse files
committed
global path for bundler
1 parent cbe8dfb commit 849262a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
with:
2222
ruby-version: ${{ matrix.ruby }}
2323
bundler-cache: true
24+
- run: bundle config set --global path "$(pwd)/vendor/bundle"
2425
- run: bundle install
2526
- run: bundle exec rake

0 commit comments

Comments
 (0)