mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 08:34:50 +08:00
build(vcpkg): set baseline commit in vcpkg.json
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,5 +1,6 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||||
"builtin-baseline": "120deac3062162151622ca4860575a33844ba10b",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "cpp-httplib",
|
||||
|
||||
Reference in New Issue
Block a user