mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
7e60bfd37f
commit
901c83e499
11
.github/workflows/windows.yml
vendored
11
.github/workflows/windows.yml
vendored
@ -38,13 +38,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Version of Qt to install
|
# Version of Qt to install
|
||||||
version: ${{ matrix.qt_ver }}
|
version: ${{ matrix.qt_ver }}
|
||||||
modules: 'qtmultimedia qtcompat'
|
modules: 'qtmultimedia qt5compat'
|
||||||
install-deps: 'true'
|
|
||||||
# Target platform for build
|
# Target platform for build
|
||||||
# target: ${{ matrix.qt_target }}
|
# target: ${{ matrix.qt_target }}
|
||||||
|
set-env: 'true'
|
||||||
|
tools-only: 'false'
|
||||||
|
aqtversion: '==2.1.*'
|
||||||
|
py7zrversion: '==0.19.*'
|
||||||
|
extra: '--external 7z'
|
||||||
arch: ${{ matrix.qt_arch }}
|
arch: ${{ matrix.qt_arch }}
|
||||||
cached: 'false'
|
cached: 'false'
|
||||||
aqtversion: '==2.1.*'
|
|
||||||
# 拉取代码
|
# 拉取代码
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user