-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Can't use rd on \_work\_temp\... on Windows 10 Pro #852
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
Comments
I have run into the exact same issue on Win10 Pro x64 when testing out a self-hosted runner setup with
|
For anyone else who finds this in the future, use |
anyone have solution for v3 ? v2 seems way slow for 5GB repo ! |
Actually, the same problem happened on
This is also written in the Node.js document
|
I have attempted to debug this, and I am pretty sure that the error occurs here. My suspicion is that there is some lingering git process that is still using this folder when checkout attempts to delete it, but I do not know how I would go about testing / fixing it. |
actions/checkout#852. MS can't even support their own OS properly.
Fixed on v3 for me by ensuring |
I'm having this problem with running on a self hosted Windows 10 x64 machine. I am not sure why the rd command fails maybe was something to do with either current wd or else some other related process that is launched during the runner. I'm attaching the config file for the workflow as well and the build log.
main.yml.txt
Win10GithubRunnerfailure.txt
The text was updated successfully, but these errors were encountered: