From fbdfe63841c69a1f8ac2e335eb32e40b3052bf41 Mon Sep 17 00:00:00 2001 From: admercs Date: Tue, 12 Mar 2024 11:31:12 -0700 Subject: [PATCH] update macos build --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index b599e561..4211bbb1 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -121,7 +121,7 @@ if [ "$(uname)" = 'Darwin' ]; then brew install python@3.11 brew install coreutils brew install "llvm@${CLANG_VERSION}" - brew install azure-cli + # brew install azure-cli else echo 'Installing dependencies...' sudo add-apt-repository -y ppa:graphics-drivers/ppa