mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +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:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
version: ${{ env.qt_version }}
|
version: ${{ env.qt_version }}
|
||||||
- name: Download InstallBuilder
|
- name: Download InstallBuilder
|
||||||
@@ -165,12 +165,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
version: ${{ env.qt_version }}
|
version: ${{ env.qt_version }}
|
||||||
arch: win64_msvc2019_64
|
arch: win64_msvc2019_64
|
||||||
- name: Install Qt debug info
|
- name: Install Qt debug info
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
version: ${{ env.qt_version }}
|
version: ${{ env.qt_version }}
|
||||||
arch: win64_msvc2019_64
|
arch: win64_msvc2019_64
|
||||||
@@ -252,12 +252,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
version: ${{ env.qt_version }}
|
version: ${{ env.qt_version }}
|
||||||
arch: win32_msvc2019
|
arch: win32_msvc2019
|
||||||
- name: Install Qt debug info
|
- name: Install Qt debug info
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
version: ${{ env.qt_version }}
|
version: ${{ env.qt_version }}
|
||||||
arch: win32_msvc2019
|
arch: win32_msvc2019
|
||||||
@@ -333,7 +333,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v3
|
||||||
with:
|
with:
|
||||||
version: ${{ env.qt_version }}
|
version: ${{ env.qt_version }}
|
||||||
- name: Download InstallBuilder
|
- name: Download InstallBuilder
|
||||||
|
|||||||
Reference in New Issue
Block a user