mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
add buildtin-baseline, cleanup
This commit is contained in:
parent
0b28a56fb8
commit
b0c3f97af6
2 changed files with 4 additions and 4 deletions
2
.github/workflows/desktop-build.yml
vendored
2
.github/workflows/desktop-build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue