This commit is contained in:
朱子楚\zhuzi 2023-03-24 23:49:27 +08:00
parent 6f38bb9985
commit 162c4851ea

View File

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