diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 154cd6c55b..82fdb8bc23 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -59,7 +59,7 @@ jobs: uses: lukka/run-vcpkg@v11.5 with: vcpkgDirectory: ${{ runner.workspace }}/vcpkg - vcpkgGitCommitId: 37c3e63a1306562f7f59c4c3c8892ddd50fdf992 # HEAD on 2024-02-24 + vcpkgGitCommitId: 74e6536215718009aae747d86d84b78376bf9e09 # HEAD on 2025-10-17 - name: configure run: cmake ${{ matrix.flags }} diff --git a/vcpkg.json b/vcpkg.json index ea1d2a9b5b..255ecd07c2 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -8,5 +8,5 @@ "protobuf", "libssh" ], - "builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992" + "builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09" }