diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 69f5b27583..a7b8bcb9b4 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -22,6 +22,13 @@ 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" +# where are my bins? +ls -al /opt/homebrew/opt/qt@6/bin + +ls -al /opt/homebrew/bin + +ls -al /opt/local/opt + # Install deps brew install icu4c yaml-cpp sqlite