[build][ci] Update vcpkg baseline (#8300)

This commit is contained in:
Gold856
2025-10-25 13:28:39 -04:00
committed by GitHub
parent 35dd61cde5
commit 4f133c6aa1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -8,5 +8,5 @@
"protobuf",
"libssh"
],
"builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992"
"builtin-baseline": "74e6536215718009aae747d86d84b78376bf9e09"
}