From f6fa9d75273e5d2f544d33f870342f9411597a02 Mon Sep 17 00:00:00 2001 From: nastys <7950891+nastys@users.noreply.github.com> Date: Sun, 13 Oct 2024 21:22:00 +0200 Subject: [PATCH] Update build-mac-arm64.sh --- .ci/build-mac-arm64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }