From b0ad485c100b643af470724d66ee068018fe217c Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Fri, 1 May 2026 18:20:19 +0200 Subject: [PATCH] Update windows-build.yml --- .github/workflows/windows-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 62dc72f42..058146891 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -42,9 +42,9 @@ jobs: 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: Force Qt5 by removing Qt6 cmake files + shell: msys2 {0} + run: rm -rf /ucrt64/lib/cmake/Qt6 - name: Build with cmake shell: msys2 {0}