Files
unprompted/.gitea/workflows
Stephen Donahue c3a185b271
All checks were successful
Deploy to S3 / deploy (push) Successful in 51s
Install AWS CLI from the official bundle, not apt
`apt-get install awscli` failed with "no installation candidate": the package
lives in Ubuntu's universe component, so whether it resolves depends on which
image the runner uses rather than on anything this workflow declares. Same
class of bug as the missing Yarn.

Install the official v2 bundle instead — self-contained and identical across
images — in its own step so a failure names itself, and log the image identity
so the next surprise is diagnosable from the log alone.
2026-08-03 01:55:55 +00:00
..