diff --git a/.ci/build-mac-arm64.sh b/.ci/build-mac-arm64.sh index 8292329a05..f2be87ac5f 100644 --- a/.ci/build-mac-arm64.sh +++ b/.ci/build-mac-arm64.sh @@ -6,7 +6,7 @@ brew_arm64_install_packages() { echo "Fetching bottle for $pkg..." bottle_path="$("$BREW_ARM64_PATH/bin/brew" --cache --bottle-tag=arm64_sonoma "$pkg")" if [ ! -f "$bottle_path" ]; then - if ! "$BREW_ARM64_PATH/bin/brew" fetch --force --bottle-tag=arm64_sonoma "$pkg"; then + if ! "$BREW_ARM64_PATH/bin/brew" fetch --force --verbose --debug --bottle-tag=arm64_sonoma "$pkg"; then echo "Failed to fetch bottle for $pkg" return 1 fi