A separate bundle config path vendor/bundle is needed for older Bundler

* See https://github.com/ruby/setup-ruby/pull/53#issuecomment-624827273
This commit is contained in:
Benoit Daloze
2020-05-16 18:55:34 +02:00
parent 8137829321
commit a7df86edc6
+1
View File
@@ -130,6 +130,7 @@ You can cache the installed gems with these two steps:
- name: bundle install
run: |
bundle config deployment true
bundle config path vendor/bundle
bundle install --jobs 4
```