We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe8dfb commit 849262aCopy full SHA for 849262a
.github/workflows/rake.yml
@@ -21,5 +21,6 @@ jobs:
21
with:
22
ruby-version: ${{ matrix.ruby }}
23
bundler-cache: true
24
+ - run: bundle config set --global path "$(pwd)/vendor/bundle"
25
- run: bundle install
26
- run: bundle exec rake
0 commit comments