From 3bfb9aa4a3b77a40fa74ad5f3d48c2881247a859 Mon Sep 17 00:00:00 2001 From: psi29a Date: Mon, 1 Jan 2024 17:57:37 +0000 Subject: [PATCH] Update file before_install.osx.sh --- CI/before_install.osx.sh | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index a7b8bcb9b4..66c88a5d86 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -3,8 +3,8 @@ export HOMEBREW_NO_EMOJI=1 export HOMEBREW_NO_INSTALL_CLEANUP=1 +brew uninstall php openjdk node postgresql maven || true brew uninstall --ignore-dependencies jpeg || true -brew uninstall php || true brew tap --repair brew update --quiet @@ -20,14 +20,10 @@ install_name_tool -change "@loader_path/libbrotlicommon.1.dylib" "${BREW_LIB_PAT command -v ccache >/dev/null 2>&1 || brew install ccache command -v cmake >/dev/null 2>&1 || brew install cmake command -v qmake >/dev/null 2>&1 || brew install qt -export PATH="/opt/homebrew/opt/qt@6/bin:$PATH" +export PATH="/opt/homebrew/bin:$PATH" # where are my bins? -ls -al /opt/homebrew/opt/qt@6/bin - -ls -al /opt/homebrew/bin - -ls -al /opt/local/opt +find /opt/ # Install deps