This commit is contained in:
朱子楚\zhuzi 2023-03-25 00:03:11 +08:00
parent dfd8ef875c
commit 758f8ccb9c

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 qt5compat'
# Target platform for build # Target platform for build
# target: ${{ matrix.qt_target }} # target: ${{ matrix.qt_target }}
dir: '${{ github.workspace }}/example/'
arch: ${{ matrix.qt_arch }} arch: ${{ matrix.qt_arch }}
archives: 'qtmultimedia qt5compat qtsvg'
cached: 'false' cached: 'false'
aqtversion: '==2.1.*' aqtversion: '==2.1.*'
# 拉取代码 # 拉取代码