Skip to content

Commit 0b83c28

Browse files
committed
Add a note about the workaround for actions/runner-images#242
1 parent 98c68de commit 0b83c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ async function run() {
1919
rubyPrefix = await windows.downloadExtractAndSetPATH(ruby)
2020
} else {
2121
if (ruby.startsWith('jruby')) {
22+
// Workaround for https://github.com/actions/virtual-environments/issues/242
2223
core.exportVariable('CLASSPATH', '')
2324
}
2425
rubyPrefix = await downloadAndExtract(platform, ruby)

0 commit comments

Comments
 (0)