mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Link to the actions/cache example for Bundler caching
This commit is contained in:
@@ -90,6 +90,10 @@ Currently, Bundler is guaranteed to be installed for all versions.
|
||||
If the Ruby ships with Bundler (Ruby >= 2.6), that version is used.
|
||||
Otherwise (Ruby < 2.6), the latest version of Bundler is installed when that Ruby was built.
|
||||
|
||||
### Caching `bundle install`
|
||||
|
||||
See this [example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem) using [actions/cache](https://github.com/actions/cache).
|
||||
|
||||
## Limitations
|
||||
|
||||
* This action currently only works with GitHub-hosted runners, not private runners.
|
||||
|
||||
Reference in New Issue
Block a user