From 42ddb70bc3130106b8ab68e262d8eeb1b4998a79 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 19 Apr 2025 07:32:55 +0200 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index aa2f5a185..de5c34fc1 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: 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" name: Windows ${{matrix.target}} @@ -377,7 +377,6 @@ jobs: version: ${{matrix.qt_version}} arch: win64_${{matrix.qt_arch}} modules: ${{matrix.qt_modules}} - tools: ${{matrix.qt_tools}} - name: Run vcpkg uses: lukka/run-vcpkg@v11