main
朱子楚\zhuzi 2023-03-24 23:37:04 +08:00
parent 64d636d391
commit 30b8c19f52
1 changed files with 1 additions and 2 deletions

View File

@ -38,11 +38,10 @@ jobs:
with:
# Version of Qt to install
version: ${{ matrix.qt_ver }}
modules: 'qtmultimedia'
modules: 'qtmultimedia qt5compat'
# Target platform for build
# target: ${{ matrix.qt_target }}
arch: ${{ matrix.qt_arch }}
archives: 'qtbase qtsvg qt5compat'
cached: 'false'
aqtversion: '==2.1.*'
# 拉取代码