Only try and install aws cli if its not already present, since this is really slow on 10.14 (#13098)

This commit is contained in:
Chris Marslender 2022-08-22 17:00:12 -05:00 committed by GitHub
parent 1368b483ca
commit 8f7a610fb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ jobs:
- name: Install AWS CLI
if: steps.check_secrets.outputs.HAS_AWS_SECRET
run: |
brew install awscli
command -v aws || brew install awscli
- name: Create Checksums
run: |