From 6791461dc11af9806e93cedd11443912ca05a822 Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:00:22 +0100 Subject: [PATCH] Correct Windows build --- .github/workflows/qt5_6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'