mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
change installation to package [macOS] (#1830)
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo Installing aws...
|
echo Installing aws...
|
||||||
brew install awscli
|
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
|
||||||
|
sudo installer -pkg AWSCLIV2.pkg -target /
|
||||||
|
rm -rf AWSCLIV2.pkg
|
||||||
|
|
||||||
echo Installing aws sam cli...
|
echo Installing aws sam cli...
|
||||||
brew tap aws/tap
|
brew tap aws/tap
|
||||||
|
|||||||
Reference in New Issue
Block a user