mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Use the new deployment true config setting
This commit is contained in:
committed by
Benoit Daloze
parent
a1d280134e
commit
8137829321
@@ -128,7 +128,9 @@ You can cache the installed gems with these two steps:
|
||||
restore-keys: |
|
||||
bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-
|
||||
- name: bundle install
|
||||
run: bundle install --deployment --jobs 4
|
||||
run: |
|
||||
bundle config deployment true
|
||||
bundle install --jobs 4
|
||||
```
|
||||
|
||||
When using a single OS, replace `${{ matrix.os }}` with the OS.
|
||||
|
||||
Reference in New Issue
Block a user