mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Show a full example for caching bundle install
* Which should help avoid conflicts with previous caches * See https://github.com/eregon/use-ruby-action/issues/7
This commit is contained in:
+1
@@ -1400,6 +1400,7 @@ async function run() {
|
||||
rubyPrefix = await windows.downloadExtractAndSetPATH(ruby)
|
||||
} else {
|
||||
if (ruby.startsWith('jruby')) {
|
||||
// Workaround for https://github.com/actions/virtual-environments/issues/242
|
||||
core.exportVariable('CLASSPATH', '')
|
||||
}
|
||||
rubyPrefix = await downloadAndExtract(platform, ruby)
|
||||
|
||||
Reference in New Issue
Block a user