Update windows-build.yml

This commit is contained in:
Laurent Trinques
2026-05-01 17:20:23 +02:00
committed by GitHub
parent f46bafa706
commit e53a57bdac

View File

@@ -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}