build(vcpkg): set baseline commit in vcpkg.json

This commit is contained in:
Oleg Shparber
2025-09-01 02:21:14 -04:00
parent d31f209148
commit f405d58117
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -139,7 +139,6 @@ jobs:
uses: lukka/run-vcpkg@v11
with:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgGitCommitId: 120deac3062162151622ca4860575a33844ba10b # 2025.08.27
- name: Install Qt
uses: jurplel/install-qt-action@v4
-1
View File
@@ -58,7 +58,6 @@ jobs:
VCPKG_DEFAULT_TRIPLET: x64-windows-release
with:
vcpkgDirectory: ${{ github.workspace }}/vcpkg
vcpkgGitCommitId: 120deac3062162151622ca4860575a33844ba10b # 2025.08.27
- name: Install Qt
uses: jurplel/install-qt-action@v4
+1
View File
@@ -1,5 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "120deac3062162151622ca4860575a33844ba10b",
"dependencies": [
{
"name": "cpp-httplib",