kou commented on PR #45470:
URL: https://github.com/apache/arrow/pull/45470#issuecomment-2677327472
Could you try this?
```diff
diff --git a/ci/scripts/install_vcpkg.sh b/ci/scripts/install_vcpkg.sh
index 1f45fb0ebf..4183a60651 100755
--- a/ci/scripts/install_vcpkg.sh
+++ b/ci/scripts/install_vcpkg.sh
@@ -59,6 +59,8 @@ if [ -n "${GITHUB_TOKEN:-}" ] && \
if type dnf 2>/dev/null; then
dnf install -y epel-release
dnf install -y mono-complete
+ fi
+ if type mono 2>/dev/null; then
curl \
--location \
--output "${vcpkg_destination}/nuget" \
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]