diff --git a/.ci/build-mac-arm64.sh b/.ci/build-mac-arm64.sh index 9f6d7791d0..23bdaac388 100644 --- a/.ci/build-mac-arm64.sh +++ b/.ci/build-mac-arm64.sh @@ -14,7 +14,7 @@ brew_arm64_install_packages() { fi echo "Installing $pkg (arm64)..." - "$BREW_ARM64_PATH/bin/brew" install --force --ignore-dependencies "$bottle_path" || true + "$BREW_ARM64_PATH/bin/brew" install --force --force-bottle --ignore-dependencies "$bottle_path" || true done }