sushichop / gha-swift-env

A GitHub Action that sets up a Swift environment for cross-platform
MIT License
2 stars 1 forks source link

Windows install blows away `node`and `npx` from PATH? #6

Closed gregcotten closed 1 year ago

gregcotten commented 1 year ago

https://github.com/videovillage/Napoli/actions/runs/3594116728/jobs/6051974565

I tried migrating from my custom "lightweight" Windows swift install step to gha-swift-env and it seems to interfere with setup-node. If I had to guess, this step may interfere with other installed executables as well.

Feel free to file this under "not my problem" :)

Greg

sushichop commented 1 year ago

@gregcotten Thanks for sharing this issue. I'll look into it when I have a moment🙂

sushichop commented 1 year ago

@gregcotten I fixed this issue(interference with actions/setup-node). See #7.

And I have released sushichop/gha-swift-env v1.0.5. Now, you can use it by specifying sushichop/gha-swift-env@v1.

Cheers🎉

sushichop commented 1 year ago

I'm closing this issue since it was fixed by #7. Please feel free to reopen it if you have any questions.