mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[CI] Update version of install-qt-action
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ env.qt_version }}
|
||||
- name: Download InstallBuilder
|
||||
@@ -165,12 +165,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ env.qt_version }}
|
||||
arch: win64_msvc2019_64
|
||||
- name: Install Qt debug info
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ env.qt_version }}
|
||||
arch: win64_msvc2019_64
|
||||
@@ -252,12 +252,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ env.qt_version }}
|
||||
arch: win32_msvc2019
|
||||
- name: Install Qt debug info
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ env.qt_version }}
|
||||
arch: win32_msvc2019
|
||||
@@ -333,7 +333,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: ${{ env.qt_version }}
|
||||
- name: Download InstallBuilder
|
||||
|
||||
Reference in New Issue
Block a user