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 b73f416 commit f7a175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit f7a175f

Please sign in to comment.