-
Notifications
You must be signed in to change notification settings - Fork 21
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Running Windows 2019 server produces an exit code of 1 #10
Comments
Please see above comment: #10 (comment) |
The exit code 1 occurs when it tries to install Ubuntu-18.04 |
Apologies, I did not mean cache but use-cache. The output of the job is: Run actions/setup-wsl@v1.1.0 Attached are the logs. |
Here is a more detailed look at the logs with |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
When integrating the following into my repo:
with:
cache: 'false'
distribution: Ubuntu-18.04
set-as-default: 'true'
Returns an exit code of 1 but the installation of file and directories looks like it ran successfully - unsure if the distribution is installed on the system. We are running this within an Azure cloud environment on a Windows 2019 Server - which is a self-hosted github runner.
Is it because the following command needs to be ran?
wsl-shell-command: bash -c "sudo -u test bash --noprofile --norc -euo pipefail "
The text was updated successfully, but these errors were encountered: