-
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
Ubuntu-20.04 has stopped working #17
Comments
Thanks for the report and the PR. |
Ah! Yes I saw you have extensive tests and I was wondering why they were passing even on recent runs, that makes sense. Thanks for looking into it and for all your work on this action. |
I'm not sure when this started happening but I can no longer get this working with Ubuntu 20,04. Here's the action output with debug logging:
I had thought it might be related to the cache setting, so this run uses
use-cache: 'false'
; it appears to successfully download the distribution and then attempt to cache it, but then it cannot find the executable anyway.When I download the AppX bundle and extract the
.appx
files myself, what I see is that what presumably used to be calledubuntu2004.exe
is now justubuntu.exe
, so I suspect this is where it's going wrong.This looks like it could be the same issue: microsoft/WSL#7489
The text was updated successfully, but these errors were encountered: