From c21e7d3490dac06bacba183224c99c38077624db Mon Sep 17 00:00:00 2001 From: psi29a Date: Sat, 6 Jan 2024 22:50:31 +0000 Subject: [PATCH] Update file before_install.osx.sh --- CI/before_install.osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 9cc540a70d..b97371abfb 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -5,11 +5,11 @@ export HOMEBREW_NO_INSTALL_CLEANUP=1 export HOMEBREW_AUTOREMOVE=1 # purge large and unnecessary packages that get in our way -brew uninstall ruby php openjdk node postgresql maven google-cloud-sdk || true +brew uninstall ruby php openjdk node postgresql maven || true # purge things pre-installed that cause issues brew uninstall curl # aom cairo httpd jpeg-xl libavif -brew uninstall xquartz gd fontconfig freetype harfbuzz brotli +brew uninstall xquartz # gd fontconfig freetype harfbuzz brotli brew tap --repair brew update --quiet