From f7a175f15d0c88bee2d81756c750ca286ce67cc9 Mon Sep 17 00:00:00 2001 From: admercs Date: Thu, 7 Mar 2024 13:55:19 -0800 Subject: [PATCH] update macos builds --- scripts/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index cd6dc54f..cf6c2447 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -94,7 +94,7 @@ done # Ensure LLVM and Vulkan are installed. if [ "$(uname)" = 'Darwin' ]; then echo 'Updating XCode Command Line Tools...' - softwareupdate --all --install --force --agree-to-license -aR + sudo softwareupdate --all --install --force --agree-to-license -aR echo 'Installing dependencies...' tee -a "${HOME}/.bash_profile" << EOT export PATH="/usr/local/bin:\${PATH}"