diff --git a/README.md b/README.md index 131eb31..aa6de24 100644 --- a/README.md +++ b/README.md @@ -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 ```