From f2eb3805502dd01077f0b7dfb7222667b851010a Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 15 Jan 2025 17:30:00 +0100 Subject: [PATCH] GHA: Update vcpkg commit to something current Last update was in 2023 and this lead to build-failures now. Signed-off-by: Frank Lichtenheld --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 9eaf90f..0555942 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -57,7 +57,7 @@ jobs: uses: lukka/run-vcpkg@v11 with: vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' - vcpkgGitCommitId: "1ba9a2591f15af5900f2ce2b3e2bf31771e3ac48" + vcpkgGitCommitId: 6220088b956e4e4c7de27fb5f5eff8c9745cb4c8 - name: Run CMake consuming CMakePreset.json and vcpkg.json by mean of vcpkg. uses: lukka/run-cmake@v10