diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh index 5e69b09c603bd018ffc16070b28a4343959fb13a..7d1d914352469a0c3fe84a59daa403f8f6b0a83c 100755 --- a/.ci/macos/build.sh +++ b/.ci/macos/build.sh @@ -9,6 +9,7 @@ set -ue QT_BASEPATH=(${HOME}/Qt/6.*/macos/) PATH="${QT_BASEPATH}/bin/:${PATH}" pipx ensurepath +. ~/.zshrc export PATH CMAKE_PREFIX_PATH="${QT_BASEPATH}/lib/cmake" diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index 9b2bfde8971a4368495b8bc302f5f6c91581a2a0..f8c905ea846a3abcba5dc3d66374b11f02217aa3 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -8,6 +8,7 @@ set -u # Add Qt binaries to path export QTPATH=(${PATH}/Qt/6.*/macos/bin) pipx ensurepath +. ~/.zshrc export PATH=${QTPATH}:${PATH} security unlock-keychain -p "${RUNNER_USER_PW}" login.keychain