GitHub Actions did include Docker Compose by default on its hosted runners previously. However, starting in mid-2022, GitHub began removing some pre-installed software from these runners. Docker Compose was part of this change, requiring users to now explicitly install it in their workflows if they need it.
See here.
GitHub Actions did include Docker Compose by default on its hosted runners previously. However, starting in mid-2022, GitHub began removing some pre-installed software from these runners. Docker Compose was part of this change, requiring users to now explicitly install it in their workflows if they need it. See here.
As a result, we're getting the following errors:
This issue is to fix that.