From b0c3f97af65136e6ff8fbe548bc28b74dff52b43 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 24 Aug 2025 10:36:08 +0200 Subject: [PATCH] add buildtin-baseline, cleanup --- .github/workflows/desktop-build.yml | 2 -- vcpkg.json | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 21b42a848..e2ea83f31 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -421,8 +421,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - with: - submodules: recursive - name: Install Qt ${{matrix.qt_version}} uses: jurplel/install-qt-action@v4 diff --git a/vcpkg.json b/vcpkg.json index ac7b75d07..034ae550a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,5 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "$docs": "https://learn.microsoft.com/en-us/vcpkg/reference/vcpkg-json", "dependencies": [ "gtest", "liblzma", @@ -7,5 +8,6 @@ "protobuf", "pthreads", "zlib" - ] -} + ], + "builtin-baseline": "c63619856b89f0af4d77ba2049396039e4985418" +} \ No newline at end of file