Skip to content

Commit

Permalink
update macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 7, 2024
1 parent 8ecd244 commit 383d909
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 @@ -96,11 +96,13 @@ if [ "$(uname)" = 'Darwin' ]; then
tee -a "${HOME}/.bash_profile" << EOT
export PATH="/usr/local/bin:\${PATH}"
export HOMEBREW_FORCE_BREWED_CURL="1"
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt
EOT
source "${HOME}/.bash_profile"
brew update
brew upgrade
# brew install curl wget coreutils
brew install curl
brew install wget coreutils
brew install "llvm@${CLANG_VERSION}"
else
sudo add-apt-repository -y ppa:graphics-drivers/ppa
Expand Down

0 comments on commit 383d909

Please sign in to comment.