Update build-mac-arm64.sh

This commit is contained in:
nastys 2024-10-12 23:06:27 +02:00 committed by GitHub
parent ef2e01307e
commit ace1666818
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" reinstall --force --ignore-dependencies "$bottle_path" || true
done
}