summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-11-12 10:08:41 -0600
committerGitHub <noreply@github.com>2021-11-12 10:08:41 -0600
commite79f78efa9e09581d298e50e041dc8c6f8c33f5e (patch)
tree90ed20bdc8584a24946a256ba9b7b6a4e867385f
parentd9a0c069b2e126c0bdec5fd67f630f6c27de6836 (diff)
parent09bc3bd196a72a6538a5726a230dc3c89b53237a (diff)
downloadATCD-e79f78efa9e09581d298e50e041dc8c6f8c33f5e.tar.gz
Merge pull request #1726 from mitza-oci/ace6-vcpkg-update
[ace6tao2] GitHub Actions: use a newer vcpkg
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 3f3908a9441..a2f42e8dcb0 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -121,7 +121,7 @@ jobs:
- name: Install vcpkg
uses: lukka/run-vcpkg@v7
with:
- vcpkgGitCommitId: d417ae59d6e9aa20d9f812b5deb966645c54687d
+ vcpkgGitCommitId: 70033dbb31527fb3e69654731f540f59c87787f9
vcpkgArguments: --recurse ${{ matrix.vcpkgpackages }}
vcpkgTriplet: ${{ matrix.vcpkgarch }}
appendedCacheKey: ${{ matrix.name }}