main
朱子楚\zhuzi 2023-03-25 00:15:20 +08:00
parent d570acf5a7
commit 603bab5d93
1 changed files with 2 additions and 1 deletions

View File

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