Update windows-build.yml
Some checks failed
Windows Build / build-windows (push) Has been cancelled

This commit is contained in:
Laurent Trinques
2026-05-01 18:20:19 +02:00
committed by GitHub
parent 8ac216bd6b
commit b0ad485c10

View File

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