-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error running action on self-hosted windows 11 runner #43
Comments
Can you update the installed PowerShell version? With the version on the GitHub hosted runners extracting files where the filename does not end in Maybe I'll add some code to rename the files that are tried to be extracted so they end in |
Your are right, even if this is a Windows 11 with all updates, running |
Based on https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?WT.mc_id=THOMASMAURER-blog-thmaure&view=powershell-7.3&viewFallbackFrom=powershell-7 running |
So if I run Now the real issue is that when I installed the self-hosted github-runner, I installed it using default options, which is to run as a service using the While I do have working WSL2 installation under my username, the service account is not able to see it, and wsl reports "Windows Subsystem for Linux has no installed distributions.". Even worse, the attempt to install Ubuntu fails with:
Full log at https://github.com/ansible/vscode-ansible/actions/runs/3768139630/jobs/6406318147#step:3:115 Not sure what else to try, maybe to uninstall the runner and attempt to configure it to run under my user account. At least for that one I was able to install wsl2 manually. As |
The original issue with PowerShell 5 should now be fixed hopefully. Regarding the question of how to run or install a custom runner, I fear I cannot tell you much, sorry. |
The text was updated successfully, but these errors were encountered: