Correct Windows build

This commit is contained in:
LordGrey 2024-12-28 15:00:22 +01:00
parent becbbeba27
commit 6791461dc1

View File

@ -193,7 +193,7 @@ jobs:
with:
version: ${{ inputs.qt_version == '6' && '6.8' || '5.15.*' }}
target: 'desktop'
modules: ${{ inputs.qt_version == '6' && 'qtserialport' && 'qtwebsockets' || '' }}
modules: ${{ inputs.qt_version == '6' && 'qtserialport qtwebsockets' || '' }}
cache: 'true'
cache-key-prefix: 'cache-qt-windows'