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.
deployment true
1 parent a1d2801 commit 8137829Copy full SHA for 8137829
README.md
@@ -128,7 +128,9 @@ You can cache the installed gems with these two steps:
128
restore-keys: |
129
bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-
130
- name: bundle install
131
- run: bundle install --deployment --jobs 4
+ run: |
132
+ bundle config deployment true
133
+ bundle install --jobs 4
134
```
135
136
When using a single OS, replace `${{ matrix.os }}` with the OS.
0 commit comments