Skip to content

Commit 03e40c4

Browse files
committed
try egor-tensin/setup-mingw
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 8f503ca commit 03e40c4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ..

0 commit comments

Comments
 (0)