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}