Skip to content

Commit 6f7f979

Browse files
committed
#3224 ci: fix yaml
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 1ae2246 commit 6f7f979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
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
209209
../bin/tests/tests.app/Contents/MacOS/tests -platform minimal -txt
210210
# - 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.' )
211+
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '5.' )
212212
name: Do Qt5 / Qt 6.2.4 Windows tests
213213
run: |
214214
cd ..\tests

0 commit comments

Comments
 (0)