Commit 86820ee
committed
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 details1 parent d9265ab commit 86820ee
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 37 | + | |
41 | 38 | | |
42 | 39 | | |
43 | 40 | | |
| |||
0 commit comments