diff --git a/.github/workflows/build-check.yaml b/.github/workflows/build-check.yaml index c2af3123..6d4d20d3 100644 --- a/.github/workflows/build-check.yaml +++ b/.github/workflows/build-check.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7f7df9c5..da94a23c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/vcpkg.json b/vcpkg.json index 8b1441c0..9230061a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "builtin-baseline": "120deac3062162151622ca4860575a33844ba10b", "dependencies": [ { "name": "cpp-httplib",