-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Setup fails on GitHub Actions using Ubuntu #50
Comments
I am seeing similar errors |
In the failed actions run, click the "re-run" button and enable the debug option. That should give more info about what is actually failing. |
Note that, in the cases where I was seeing failures due to the removal of Docker Compose from the GitHub Actions runners, making sure that |
I am having the same issue. Moving from Looking at the code, it seems to me like the
I fixed the issue in the meantime by installing docker compose before running |
The error I've seen with Until that is fixed, one option is to specify the stable release of Lando (instead of using a dev release) in the |
Thank you @thomaslhotta for the workaround. Is there any ETA @reynoldsalec ? |
@tpluscode I think the issue I was bringing up ( If you're getting a "U Need Setup" message, that was a problem with an autosetup introduced in 3.22.0-beta.1. That issue is resolved in 3.22.0-beta.5, so it should be resolved if you're running an edge release of Lando. If anyone is still having problems here, let me know your specific error and paste me a copy of your |
My pipeline is broken and I just found out the error is lando UNeedSetup. I didn't get that error before, just found out today. @reynoldsalec - any recommendation on how can I fix this problem pls. |
@finau I'd recommend using the |
A GitHub Actions workflow that was previously working now fails due to missing dependencies. The application is a regular Drupal site using the
drupal10
recipe. The Actions workflow doesn't take any action related to Lando until it's invoked with:This fails after 5 seconds or so and displays this:
This setup started failing intermittently yesterday, August 1, but now fails on every run. I've tested this with Ubuntu 20.04, 22.04 (
ubuntu-latest
), and 24.04 and gotten the same result. The failure seems especially odd because the output indicates thatlando setup
may fix the issue even though that's supposed to run automatically, but that error message doesn't indicate which dependency is missing.Since this package hasn't changed in a while could this be related to changes made in the Actions runner images? It doesn't seem likely to be this specifically but they recently removed Docker Compose v1. Is there anything we can do to compensate or work around the problem?
The text was updated successfully, but these errors were encountered: