From e53a57bdace84ea8c57b908c5c6189cbab9262f4 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Fri, 1 May 2026 17:20:23 +0200 Subject: [PATCH] Update windows-build.yml --- .github/workflows/windows-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index d12e22909..62dc72f42 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -41,6 +41,10 @@ jobs: mingw-w64-ucrt-x86_64-kcoreaddons mingw-w64-ucrt-x86_64-extra-cmake-modules mingw-w64-ucrt-x86_64-nsis + + - name: Force Qt5 by removing Qt6 cmake files + shell: msys2 {0} + run: rm -rf /ucrt64/lib/cmake/Qt6 - name: Build with cmake shell: msys2 {0}