We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c68de commit 0b83c28Copy full SHA for 0b83c28
index.js
@@ -19,6 +19,7 @@ async function run() {
19
rubyPrefix = await windows.downloadExtractAndSetPATH(ruby)
20
} else {
21
if (ruby.startsWith('jruby')) {
22
+ // Workaround for https://github.com/actions/virtual-environments/issues/242
23
core.exportVariable('CLASSPATH', '')
24
}
25
rubyPrefix = await downloadAndExtract(platform, ruby)
0 commit comments