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