From 2e314bd1a9e0c19810cabdcb89468c12aa31329c Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Mon, 5 Feb 2024 14:26:20 -0600 Subject: [PATCH] GitHub Actions: use the 2024-01-12 release tag of vcpkg --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55a03a5..e15f73d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: uses: lukka/run-vcpkg@v10 with: vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: 8eb57355a4ffb410a2e94c07b4dca2dffbee8e50 + vcpkgGitCommitId: 53bef8994c541b6561884a8395ea35715ece75db runVcpkgInstall: true # Set Up Build Environments