Skip to content

Commit

Permalink
chore: First implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <[email protected]>
  • Loading branch information
riosje committed Feb 26, 2024
1 parent ccce86b commit f6ec19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32731,7 +32731,7 @@ async function setupNsolid({ nodeVersion, nsolidVersion, platform, arch }) {
if (metadata.platform === "win32") {
toolPath = external_path_.join(core.toWin32Path(`${toolPath}/`));
core.addPath(toolPath);
process.env['PATH'] = (external_path_.join(process.env.PATH.split(external_path_.delimiter)).filter((path) => !path.includes('C:\\Program Files\\nodejs\\')));
process.env['PATH'] = (external_path_.join((process.env.PATH.split(external_path_.delimiter)).filter((path) => !path.includes('C:\\Program Files\\nodejs\\').toString())));
core.info(`CURRENT PATH ${process.env['PATH']}`)
// core.info(`Added N|Solid to the PATH: ${toolPath}`);
// await exec.exec('echo $env:path');
Expand Down

0 comments on commit f6ec19b

Please sign in to comment.