Skip to content

Commit 6791461

Browse files
committed
Correct Windows build
1 parent becbbeb commit 6791461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qt5_6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
with:
194194
version: ${{ inputs.qt_version == '6' && '6.8' || '5.15.*' }}
195195
target: 'desktop'
196-
modules: ${{ inputs.qt_version == '6' && 'qtserialport' && 'qtwebsockets' || '' }}
196+
modules: ${{ inputs.qt_version == '6' && 'qtserialport qtwebsockets' || '' }}
197197
cache: 'true'
198198
cache-key-prefix: 'cache-qt-windows'
199199

0 commit comments

Comments
 (0)