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 470609f commit 22e1979
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ if [ "$(uname)" = 'Darwin' ]; then
HOMEBREW_FORCE_BREWED_CURL=1 brew config
echo 'export PATH="/usr/local/opt/curl/bin:\${PATH}"' | tee -a "${HOME}/.bash_profile"
source "${HOME}/.bash_profile"
brew_install wget coreutils lscpu
brew_install wget
brew_install coreutils
brew_install lscpu
brew_install azure-cli
brew_install "llvm@${CLANG_VERSION}"
else
Expand Down

0 comments on commit 22e1979

Please sign in to comment.