Skip to content

Commit 2a30451

Browse files
committed
try mingw32-make
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 953924b commit 2a30451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@ jobs:
217217
../bin/tests/tests.app/Contents/MacOS/tests -platform minimal -txt
218218
# - if: contains( matrix.os, 'windows') && (startsWith( matrix.qt-version, '5.' ) || matrix.qt-version == '6.2.4')
219219
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '5.' )
220-
name: Do Qt5 / Qt 6.2.4 Windows tests
220+
name: Do Qt5 Windows tests
221221
run: |
222222
$ErrorActionPreference = 'Stop'
223223
cd ..\tests
224224
qmake DEFINES+=INTEGRATION_TESTS
225-
make
225+
mingw32-make
226226
copy ..\build-systems\github\windows\libcrypto-1_1-x64.dll .
227227
copy ..\build-systems\github\windows\libssl-1_1-x64.dll .
228228
Get-ChildItem -Recurse -Force ..

0 commit comments

Comments
 (0)