lando / acquia

The Official Acquia Lando Plugin
https://docs.lando.dev/acquia
GNU General Public License v3.0
3 stars 7 forks source link

Unable to start lando in github actions #104

Open gpathi-ihi opened 3 months ago

gpathi-ihi commented 3 months ago

Here is the error we get:

Run lando start -v


/ / / / / |/ / __ / / / / / /_ ___ / / / // / / / -) -) / \ \/ -) / // / \// __/ //|/\/_/_,/ /_/_/_/_,_/ ._()
/_/

Lando has detected that it does not have all the dependencies it needs to run. But FEAR NOT because we have a special hidden convenience command called lando setup which will do the heavy lifting and set you right.

Run lando setup and when it completes try running Lando again.

If you get an error or have any issues we recommend you post an issue on GitHub or ping us in our Slack channel!

◼ Slack - https://launchpass.com/devwithlando ◼ GitHub - https://github.com/lando/lando/issues/new/choose

Error: Process completed with exit code 1.

reynoldsalec commented 3 months ago

@gpathi-ihi are you using the setup-lando action? Is so, make sure that you're running setup-lando@v3.

tl;dr, GitHub recently removed Docker Desktop. setup-lando should install it, but apparently v3 is needed for that to work correctly.