Skip to content

Commit 247acff

Browse files
committed
Remove no longer needed workaround
1 parent 7978ff1 commit 247acff

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

dist/index.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ async function run() {
1919
if (platform === 'windows-latest') {
2020
rubyPrefix = await windows.downloadExtractAndSetPATH(ruby)
2121
} else {
22-
if (ruby.startsWith('jruby')) {
23-
// Workaround for https://github.com/actions/virtual-environments/issues/242
24-
core.exportVariable('CLASSPATH', '')
25-
}
2622
rubyPrefix = await downloadAndExtract(platform, ruby)
2723
core.addPath(`${rubyPrefix}/bin`)
2824
}

0 commit comments

Comments
 (0)