Skip to content

Commit 8137829

Browse files
scottjacobseneregon
authored andcommitted
Use the new deployment true config setting
1 parent a1d2801 commit 8137829

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ You can cache the installed gems with these two steps:
128128
restore-keys: |
129129
bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-
130130
- name: bundle install
131-
run: bundle install --deployment --jobs 4
131+
run: |
132+
bundle config deployment true
133+
bundle install --jobs 4
132134
```
133135

134136
When using a single OS, replace `${{ matrix.os }}` with the OS.

0 commit comments

Comments
 (0)