-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ' ' to $destination that way spaces can be used in path #203
Comments
This should be fixed in the latest release. @MasonT8198 can you please confirm? |
I am a little confused by how the username would affect the paths used here. AFAICT, actions/runner should be using the runner temp dir |
@eine works! Thanks, I would like to ask another question, for self hosted CI, could we make the msys2 path changes permanent, that way we wouldn't have to reinstall it everytime? It's just a major pain to do |
I wasn't necessarily understanding what the issue was in the first place because the error was so vague, however the glaring problem at hand was the lack of ' ' in the pathing, changing my file path to include 0 spaces fixed the issue, however I thought this as just a minor oversight, considering it's mostly used for github virtual environments |
I found the same. What I do in that case is install msys2 myself into C:\msys64 when setting up the runner, and use |
@MasonT8198 as @jeremyd2019 suggested, you can use Furthermore, we might enhance |
Sorry this is a really late reply, I think it would be useful if I could store my msys2 build on a shared drive or the non c drive. however not necessarily necessary. I'll go ahead and close this issue as my original issue has been resolved which I'm very thankful for! |
Currently if your runner path on a self hosted instance has a space, the setup process will fail because Get-FileHash cannot run with ' ' to define the path if your username has a space, seems like an easy fix that would allow
TEST CI
to work, however if this wouldn't be desired then it would be nice to note somewhere that you have to have a path with 0 spaces.The text was updated successfully, but these errors were encountered: