This commit is contained in:
朱子楚\zhuzi
2023-11-15 23:54:38 +08:00
parent 2f9090858b
commit 77ae88f518
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ jobs:
version: ${{ matrix.qt_ver }}
arch: ${{ matrix.qt_arch }}
cache: ${{steps.cache-qt.outputs.cache-hit}}
modules: 'qt5compat qtmultimedia qtshadertools qtimageformats qt3d'
modules: 'debug_info qt3d qt5compat qtactiveqt qtcharts qtconnectivity qtdatavis3d qtgraphs qtgrpc qthttpserver qtimageformats qtlanguageserver qtlocation qtlottie qtmultimedia qtnetworkauth qtpdf qtpositioning qtquick3d qtquick3dphysics qtquickeffectmaker qtquicktimeline qtremoteobjects qtscxml qtsensors qtserialbus qtserialport qtshadertools qtspeech qtvirtualkeyboard qtwebchannel qtwebsockets qtwebview'
- name: Qt6 environment configuration
if: ${{ startsWith( matrix.qt_ver, 6 ) }}