main
朱子楚\zhuzi 2023-03-24 23:44:38 +08:00
parent 30b8c19f52
commit 6f38bb9985
1 changed files with 2 additions and 1 deletions

View File

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