We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae2246 commit 6f7f979Copy full SHA for 6f7f979
.github/workflows/build-test.yml
@@ -208,7 +208,7 @@ jobs:
208
cd ../tests && qmake CONFIG+=debug CONFIG+=DEV_MODE DEFINES+=INTEGRATION_TESTS -early QMAKE_DEFAULT_LIBDIRS=$(xcrun -show-sdk-path)/usr/lib && make -s -j 8
209
../bin/tests/tests.app/Contents/MacOS/tests -platform minimal -txt
210
# - if: contains( matrix.os, 'windows') && (startsWith( matrix.qt-version, '5.' ) || matrix.qt-version == '6.2.4')
211
- - if: contains( matrix.os, 'windows') && (startsWith( matrix.qt-version, '5.' )
+ - if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '5.' )
212
name: Do Qt5 / Qt 6.2.4 Windows tests
213
run: |
214
cd ..\tests
0 commit comments