add buildtin-baseline, cleanup

This commit is contained in:
tooomm 2025-08-24 10:36:08 +02:00
parent 0b28a56fb8
commit b0c3f97af6
2 changed files with 4 additions and 4 deletions

View file

@ -421,8 +421,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Qt ${{matrix.qt_version}} - name: Install Qt ${{matrix.qt_version}}
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4

View file

@ -1,5 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "$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": [ "dependencies": [
"gtest", "gtest",
"liblzma", "liblzma",
@ -7,5 +8,6 @@
"protobuf", "protobuf",
"pthreads", "pthreads",
"zlib" "zlib"
] ],
"builtin-baseline": "c63619856b89f0af4d77ba2049396039e4985418"
} }