fix: macOS CI (#34911)

force brew update
pull/34917/head
Trey Moen 1 month ago committed by GitHub
parent 46e435f124
commit b511fb7245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/mac_setup.sh

@ -28,6 +28,8 @@ if [[ $(command -v brew) == "" ]]; then
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $RC_FILE echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $RC_FILE
eval "$(/opt/homebrew/bin/brew shellenv)" eval "$(/opt/homebrew/bin/brew shellenv)"
fi fi
else
brew up
fi fi
brew bundle --file=- <<-EOS brew bundle --file=- <<-EOS

Loading…
Cancel
Save