diff --git a/dist/index.js b/dist/index.js index 07aaff2..ed216d2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1118,10 +1118,6 @@ function setupPath(rubyPrefix, ruby, toolsPath) { if (toolsPath) { newPath.push(toolsPath) } - if (ruby.startsWith('rubinius')) { - newPath.push(path.join(rubyPrefix, 'gems', 'bin')) - } - core.exportVariable('PATH', [...newPath, ...cleanPath].join(path.delimiter)) } diff --git a/index.js b/index.js index 152c804..71741dd 100644 --- a/index.js +++ b/index.js @@ -129,10 +129,6 @@ function setupPath(rubyPrefix, ruby, toolsPath) { if (toolsPath) { newPath.push(toolsPath) } - if (ruby.startsWith('rubinius')) { - newPath.push(path.join(rubyPrefix, 'gems', 'bin')) - } - core.exportVariable('PATH', [...newPath, ...cleanPath].join(path.delimiter)) }