Skip to content

Fix Publish workflow: drop awscli apt install#564

Merged
tamalsaha merged 1 commit into
masterfrom
fix-awscli-install
May 14, 2026
Merged

Fix Publish workflow: drop awscli apt install#564
tamalsaha merged 1 commit into
masterfrom
fix-awscli-install

Conversation

@tamalsaha
Copy link
Copy Markdown
Member

Summary

  • The awscli package was removed from Ubuntu 24.04's apt repos, breaking the Publish workflow with E: Package 'awscli' has no installation candidate (failed run).
  • AWS CLI v2 is preinstalled on GitHub's ubuntu-24.04 runner image, so the install step is unnecessary — kept the aws configure calls.

Test plan

  • Publish workflow succeeds on the next push to master.

🤖 Generated with Claude Code

The awscli package is no longer available in Ubuntu 24.04's apt
repositories, causing the Publish workflow to fail. AWS CLI v2 is
preinstalled on GitHub's ubuntu-24.04 runner image, so the install
step is unnecessary.

Signed-off-by: Tamal Saha <tamal@appscode.com>
@tamalsaha tamalsaha merged commit b756938 into master May 14, 2026
5 checks passed
@tamalsaha tamalsaha deleted the fix-awscli-install branch May 14, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant