mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
Minor fix
This commit is contained in:
@@ -5,9 +5,7 @@ source ~/utils/utils.sh
|
||||
echo Installing aws...
|
||||
AWS_CLI_URL="https://awscli.amazonaws.com/AWSCLIV2.pkg"
|
||||
download_with_retries $AWS_CLI_URL "/tmp"
|
||||
pushd /tmp
|
||||
sudo installer -pkg AWSCLIV2.pkg -target /
|
||||
popd
|
||||
sudo installer -pkg /tmp/AWSCLIV2.pkg -target /
|
||||
|
||||
echo Installing aws sam cli...
|
||||
brew tap aws/tap
|
||||
|
||||
Reference in New Issue
Block a user