We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becbbeb commit 6791461Copy full SHA for 6791461
.github/workflows/qt5_6.yml
@@ -193,7 +193,7 @@ jobs:
193
with:
194
version: ${{ inputs.qt_version == '6' && '6.8' || '5.15.*' }}
195
target: 'desktop'
196
- modules: ${{ inputs.qt_version == '6' && 'qtserialport' && 'qtwebsockets' || '' }}
+ modules: ${{ inputs.qt_version == '6' && 'qtserialport qtwebsockets' || '' }}
197
cache: 'true'
198
cache-key-prefix: 'cache-qt-windows'
199
0 commit comments