GHA: Update vcpkg commit to something current

Last update was in 2023 and this lead to build-failures
now.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
pull/693/merge
Frank Lichtenheld 2025-01-15 17:30:00 +01:00 committed by Lev Stipakov
parent 32f2c807ee
commit 716b391b2e
1 changed files with 1 additions and 1 deletions

View File

@ -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