mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
github:install qt version upgrade to v3
This commit is contained in:
parent
a6ea6abda8
commit
4283b25822
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
# if: ${{ matrix.qt_ver == '5.15.2' }}
|
||||
with:
|
||||
version: ${{ matrix.qt_ver }}
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
# 安装Qt
|
||||
- name: Install Qt
|
||||
# 使用外部action。这个action专门用来安装Qt
|
||||
uses: jurplel/install-qt-action@v2.13.0
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
# Version of Qt to install
|
||||
version: ${{ matrix.qt_ver }}
|
||||
|
|
Loading…
Reference in a new issue