Remove duplicated code

This commit is contained in:
Benoit Daloze
2020-03-07 13:51:13 +01:00
parent 272cf9d04a
commit bd9411e978
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -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))
}