github:install qt version upgrade to v3

This commit is contained in:
xiaoyifang 2022-04-05 14:55:03 +08:00
parent a6ea6abda8
commit 4283b25822
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -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 }}