From ace1666818af5ec28dad598a8e7631f0b9acb6dc Mon Sep 17 00:00:00 2001 From: nastys <7950891+nastys@users.noreply.github.com> Date: Sat, 12 Oct 2024 23:06:27 +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 ce9fb3fb9f..ee4b55281e 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" reinstall --force --ignore-dependencies "$bottle_path" || true done }