File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,11 @@ jobs:
198198 - if : contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' )
199199 name : Make sure MSVC is found on Windows for Qt 6
200200 uses : ilammy/msvc-dev-cmd@v1
201+ - if : contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '5.' )
202+ name : Setup MinGW for Qt5 on Windows
203+ uses : egor-tensin/setup-mingw@v2
204+ with :
205+ platform : x64
201206
202207 #
203208 # Do tests
@@ -222,8 +227,8 @@ jobs:
222227 $ErrorActionPreference = 'Stop'
223228 cd ..\tests
224229 qmake DEFINES+=INTEGRATION_TESTS
225- # mingw32-make
226- nmake
230+ mingw32-make
231+ # nmake
227232 copy ..\build-systems\github\windows\libcrypto-1_1-x64.dll .
228233 copy ..\build-systems\github\windows\libssl-1_1-x64.dll .
229234 Get-ChildItem -Recurse -Force ..
You can’t perform that action at this time.
0 commit comments