update
parent
30b8c19f52
commit
6f38bb9985
|
@ -38,10 +38,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Version of Qt to install
|
# Version of Qt to install
|
||||||
version: ${{ matrix.qt_ver }}
|
version: ${{ matrix.qt_ver }}
|
||||||
modules: 'qtmultimedia qt5compat'
|
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'
|
||||||
cached: 'false'
|
cached: 'false'
|
||||||
aqtversion: '==2.1.*'
|
aqtversion: '==2.1.*'
|
||||||
# 拉取代码
|
# 拉取代码
|
||||||
|
|
Loading…
Reference in New Issue