From 30b5d49534cc6f11ce5971a112cb08ff6d46e089 Mon Sep 17 00:00:00 2001
From: David Li
Date: Tue, 6 Feb 2024 12:39:58 -0500
Subject: [PATCH] ci: update vcpkg version to keep up with upstream
Fixes #1518.
---
.env | 4 ++--
.github/workflows/packaging.yml | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.env b/.env
index 74ebe33586..30829d537f 100644
--- a/.env
+++ b/.env
@@ -37,5 +37,5 @@ ARROW_MAJOR_VERSION=14
DOTNET=7.0
# Used through docker-compose.yml and serves as the default version for the
-# ci/scripts/install_vcpkg.sh script.
-VCPKG="2871ddd918cecb9cb642bcb9c56897f397283192"
+# ci/scripts/install_vcpkg.sh script. Keep in sync with apache/arrow .env
+VCPKG="501db0f17ef6df184fcdbfbe0f87cde2313b6ab1"
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 72ee408774..6e8673d759 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -22,6 +22,7 @@ on:
branches:
- main
paths:
+ - ".env"
- "adbc.h"
- "c/**"
- "ci/**"