Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Make awscli brew build from source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Öhrström committed Apr 22, 2020
1 parent 6872152 commit 52acfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/brew-install-aws.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

echo_do "brew: Installing AWS utils..."
BREW_FORMULAE="$(cat <<-EOF
awscli
awscli --build-from-source
EOF
)"
brew_install "${BREW_FORMULAE}"
Expand Down

0 comments on commit 52acfe4

Please sign in to comment.