mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
b6befc4416
commit
0f7c5f4ff5
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -30,9 +30,10 @@ jobs:
|
||||
sudo xcode-select --print-path
|
||||
sudo xcode-select --switch /Library/Developer/CommandLineTools
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ matrix.qt_ver }}
|
||||
modules: 'qtmultimedia qt5compat qtshadertools'
|
||||
cached: 'false'
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
|
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
@ -30,10 +30,11 @@ jobs:
|
||||
targetName: example
|
||||
steps:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ matrix.qt_ver }}
|
||||
cached: 'false'
|
||||
modules: 'qtmultimedia qt5compat qtshadertools'
|
||||
- name: ubuntu install GL library
|
||||
run: sudo apt-get install -y libglew-dev libglfw3-dev qml-module-qtquick-controls qml-module-qtquick-controls2
|
||||
- uses: actions/checkout@v2
|
||||
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -39,13 +39,7 @@ jobs:
|
||||
# Version of Qt to install
|
||||
version: ${{ matrix.qt_ver }}
|
||||
modules: 'qtmultimedia qt5compat qtshadertools'
|
||||
# Target platform for build
|
||||
# target: ${{ matrix.qt_target }}
|
||||
set-env: 'true'
|
||||
tools-only: 'false'
|
||||
aqtversion: '==2.1.*'
|
||||
py7zrversion: '==0.19.*'
|
||||
extra: '--external 7z'
|
||||
arch: ${{ matrix.qt_arch }}
|
||||
cached: 'false'
|
||||
# 拉取代码
|
||||
|
Loading…
Reference in New Issue
Block a user