Skip to content

Commit

Permalink
update macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 7, 2024
1 parent 235622c commit c21350f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ done
if [ "$(uname)" = 'Darwin' ]; then
tee -a "${HOME}/.bash_profile" << EOT
export PATH="/usr/local/bin:\${PATH}"
export HOMEBREW_FORCE_BREWED_CURL="1"
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt
EOT
source "${HOME}/.bash_profile"
softwareupdate --all --install --force
brew update
brew upgrade
brew install azure-cli coreutils
Expand Down

0 comments on commit c21350f

Please sign in to comment.