You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use bundler-cache to bundle install and cache gems
The setup-ruby action makes it trivial to bundle install gems from a
cache and update the cache when the run completes.
When using `bundler-cache`, we can't use `bundle config` commands, but
we can achieve the same effect specifying BUNDLE_SET as an env variable.
See https://github.com/ruby/setup-ruby for details
(cherry picked from commit 86820ee)
0 commit comments