diff --git a/.ci/build-mac-arm64.sh b/.ci/build-mac-arm64.sh index f2be87ac5f..470e768609 100644 --- a/.ci/build-mac-arm64.sh +++ b/.ci/build-mac-arm64.sh @@ -2,6 +2,7 @@ # shellcheck disable=SC2086 brew_arm64_install_packages() { + "$BREW_ARM64_PATH/bin/brew" cleanup for pkg in "$@"; do echo "Fetching bottle for $pkg..." bottle_path="$("$BREW_ARM64_PATH/bin/brew" --cache --bottle-tag=arm64_sonoma "$pkg")"