From 88ffcddb421918de6065c1c00472e416439835db Mon Sep 17 00:00:00 2001 From: psi29a Date: Mon, 1 Jan 2024 17:42:01 +0000 Subject: [PATCH] Update file before_install.osx.sh --- CI/before_install.osx.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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