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 f7a175f commit 5dfe1b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,14 @@ done

# Ensure LLVM and Vulkan are installed.
if [ "$(uname)" = 'Darwin' ]; then
echo 'Updating XCode Command Line Tools...'
sudo softwareupdate --all --install --force --agree-to-license -aR
# echo 'Updating XCode Command Line Tools...'
# sudo softwareupdate --all --install --force --agree-to-license -aR
echo 'Installing dependencies...'
tee -a "${HOME}/.bash_profile" << EOT
export PATH="/usr/local/bin:\${PATH}"
EOT
source "${HOME}/.bash_profile"
brew update
brew upgrade
brew install azure-cli coreutils
brew install "llvm@${CLANG_VERSION}"
else
Expand Down

0 comments on commit 5dfe1b7

Please sign in to comment.