You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the GitHub Action script that executes the command sudo apt-get install awscli, I encounter an error.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
The command is expected to execute normally.
Current Behavior
I am receiving the following error:
Package awscli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'awscli' has no installation candidate
Thanks for reaching out. The latest Ubuntu runner should have AWS CLI preinstalled on it. (Also for reference please note the supported installation methods for the CLI documented for v1 and v2).
If you want to authenticate to AWS through a GitHub action you can use configure-aws-credentials. Also there is an open feature request for an AWS CLI GitHub action: #4835.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
When running the GitHub Action script that executes the command
sudo apt-get install awscli
, I encounter an error.Regression Issue
Expected Behavior
The command is expected to execute normally.
Current Behavior
I am receiving the following error:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CLI version used
latest
Environment details (OS name and version, etc.)
ubuntu-latest
The text was updated successfully, but these errors were encountered: