main
朱子楚\zhuzi 2023-03-25 00:33:36 +08:00
parent 697c379ee1
commit 57d453d574
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ jobs:
with: with:
# Version of Qt to install # Version of Qt to install
version: ${{ matrix.qt_ver }} version: ${{ matrix.qt_ver }}
archives: '6.4.3 qtbase qttools qtsvg qtqml qtquick' archives: '6.4.3 qtbase qttools qtsvg'
modules: 'qtmultimedia qt5compat qtqml qtquick' modules: 'qtmultimedia qt5compat qml quick'
# Target platform for build # Target platform for build
# target: ${{ matrix.qt_target }} # target: ${{ matrix.qt_target }}
arch: ${{ matrix.qt_arch }} arch: ${{ matrix.qt_arch }}