mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Update desktop-build.yml
This commit is contained in:
parent
99b46336d4
commit
42ddb70bc3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/desktop-build.yml
vendored
3
.github/workflows/desktop-build.yml
vendored
|
|
@ -348,7 +348,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- target: 10
|
- target: 10
|
||||||
qt_version: 6.6.*
|
qt_version: 6.6.*
|
||||||
qt_arch: msvc2022_64
|
qt_arch: msvc2019_64 # msvc2022_64 is only available starting Qt 6.8, which introduces a bug in game window
|
||||||
qt_modules: "qtimageformats qtmultimedia qtwebsockets"
|
qt_modules: "qtimageformats qtmultimedia qtwebsockets"
|
||||||
|
|
||||||
name: Windows ${{matrix.target}}
|
name: Windows ${{matrix.target}}
|
||||||
|
|
@ -377,7 +377,6 @@ jobs:
|
||||||
version: ${{matrix.qt_version}}
|
version: ${{matrix.qt_version}}
|
||||||
arch: win64_${{matrix.qt_arch}}
|
arch: win64_${{matrix.qt_arch}}
|
||||||
modules: ${{matrix.qt_modules}}
|
modules: ${{matrix.qt_modules}}
|
||||||
tools: ${{matrix.qt_tools}}
|
|
||||||
|
|
||||||
- name: Run vcpkg
|
- name: Run vcpkg
|
||||||
uses: lukka/run-vcpkg@v11
|
uses: lukka/run-vcpkg@v11
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue