Update desktop-build.yml

This commit is contained in:
tooomm
2025-04-27 11:50:20 +02:00
committed by GitHub
parent c8823838b3
commit 03a44a4c06

View File

@@ -348,7 +348,7 @@ jobs:
include:
- target: 10
qt_version: 6.6.*
qt_arch: msvc2019_64 # win64_msvc2022_64 is only available starting Qt 6.8, which introduces a bug in game window
qt_arch: win64_msvc2019_64 # win64_msvc2022_64 is only available with Qt 6.8, which introduces a bug in game window
qt_modules: "qtimageformats qtmultimedia qtwebsockets"
name: Windows ${{matrix.target}}
@@ -375,7 +375,7 @@ jobs:
cache: true
setup-python: true
version: ${{matrix.qt_version}}
arch: win64_${{matrix.qt_arch}}
arch: ${{matrix.qt_arch}}
modules: ${{matrix.qt_modules}}
- name: Run vcpkg
@@ -394,7 +394,7 @@ jobs:
PACKAGE_SUFFIX: '-Win${{matrix.target}}'
CMAKE_GENERATOR: '${{env.CMAKE_GENERATOR}}'
CMAKE_GENERATOR_PLATFORM: 'x64'
QTDIR: '${{github.workspace}}\Qt\${{matrix.qt_version}}\win64_${{matrix.qt_arch}}'
QTDIR: '${{github.workspace}}\Qt\${{matrix.qt_version}}\${{matrix.qt_arch}}'
# No need for --parallel flag, MTT is added in the compile script to let cmake/msbuild manage core count,
# project and process parallelism: https://devblogs.microsoft.com/cppblog/improved-parallelism-in-msbuild/
run: .ci/compile.sh --server --release --test --package