We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c61ca commit b8e3808Copy full SHA for b8e3808
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: ./.github/workflows/msvc.yml
24
25
mingw:
26
- if: false
+ if: true
27
uses: ./.github/workflows/mingw.yml
28
29
macos:
.github/workflows/mingw.yml
@@ -50,9 +50,10 @@ jobs:
50
mingw-w64-x86_64-make ^
51
mingw-w64-x86_64-nsis ^
52
mingw-w64-x86_64-gcc ^
53
- mingw-w64-x86_64-qt5 ^
+ mingw-w64-x86_64-qt6 ^
54
mingw-w64-x86_64-zlib ^
55
mingw-w64-x86_64-openssl ^
56
+ mingw-w64-x86_64-cmark ^
57
mingw-w64-x86_64-libvncserver ^
58
mingw-w64-x86_64-cyrus-sasl ^
59
mingw-w64-x86_64-pixman ^
0 commit comments