Update build-mac-arm64.sh

This commit is contained in:
nastys 2024-10-13 21:22:00 +02:00 committed by GitHub
parent dac4ef6246
commit f6fa9d7527
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}