From 03a44a4c06637e4e4d1fcfdf6cec0958035d78fe Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 27 Apr 2025 11:50:20 +0200 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 4afc14da5..4455b51ac 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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