fix: macOS CI (#34911)

force brew update
This commit is contained in:
Trey Moen
2025-03-20 20:45:41 -07:00
committed by GitHub
parent 46e435f124
commit b511fb7245
+2
View File
@@ -28,6 +28,8 @@ if [[ $(command -v brew) == "" ]]; then
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $RC_FILE
eval "$(/opt/homebrew/bin/brew shellenv)"
fi
else
brew up
fi
brew bundle --file=- <<-EOS