From 7d910fc105087c02a6c2f7746afab4650b6c5f6c Mon Sep 17 00:00:00 2001 From: James Date: Sat, 27 Jan 2024 12:43:03 -0600 Subject: [PATCH] Update vcpkgGitCommitId before Alpha.5 release --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 047e27ba27..0eb7340d9f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -197,7 +197,7 @@ jobs: - uses: lukka/run-vcpkg@v10 name: Install dependencies with: - vcpkgGitCommitId: c8696863d371ab7f46e213d8f5ca923c4aef2a00 + vcpkgGitCommitId: 53bef8994c541b6561884a8395ea35715ece75db - name: Enable Developer Command Prompt uses: ilammy/msvc-dev-cmd@v1 - name: Configure @@ -235,7 +235,7 @@ jobs: - uses: lukka/run-vcpkg@v10 name: Install dependencies with: - vcpkgGitCommitId: c8696863d371ab7f46e213d8f5ca923c4aef2a00 + vcpkgGitCommitId: 53bef8994c541b6561884a8395ea35715ece75db - name: Build uses: lukka/run-cmake@v10 with: