From 8391f54ca5ad14325bc6a177a6747d1647f983be Mon Sep 17 00:00:00 2001 From: psi29a Date: Mon, 1 Jan 2024 19:30:51 +0000 Subject: [PATCH] bad hack workaround --- CI/before_install.osx.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index e3c2f6ca45..b5d135d053 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -22,7 +22,11 @@ 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@6 -export PATH="/opt/homebrew/opt/qt/bin:$PATH" + +# possible workaround, please remove +export PATH="/opt/homebrew/Cellar/qt/6.6.1.reinstall/bin:$PATH" + +ls -al /opt/homebrew/opt/qt || true # where are my bins? brew --prefix qt@6