mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Correct Windows build
This commit is contained in:
parent
becbbeba27
commit
6791461dc1
2
.github/workflows/qt5_6.yml
vendored
2
.github/workflows/qt5_6.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user