Merge pull request #8318 from radarhere/brew

Uninstall gradle and maven on macOS 13
This commit is contained in:
Hugo van Kemenade 2024-08-19 14:41:21 +03:00 committed by GitHub
commit 0ec1153a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,9 @@
set -e
if [[ "$ImageOS" == "macos13" ]]; then
brew uninstall gradle maven
fi
brew install \
freetype \
ghostscript \