diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index b18f8774..064155a9 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -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'