Remove a workaround for broken install-qt-action (#6482)
Also uses commit hash to prevents potential issues on upstream updates
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -206,15 +206,14 @@ jobs:
|
||||
path: C:\vcpkg\installed
|
||||
- name: Install 64-bit Qt
|
||||
if: matrix.arch == 'x64'
|
||||
# Temporary workaround until upstream install-qt-action is fixed
|
||||
uses: PhysSong/install-qt-action@v3
|
||||
uses: jurplel/install-qt-action@64bdb64f2c14311d23733a8463e5fcbc65e8775e
|
||||
with:
|
||||
version: ${{ env.qt-version }}
|
||||
arch: win64_msvc2019_64
|
||||
archives: qtbase qtsvg qttools
|
||||
cache: true
|
||||
- name: Install 32-bit Qt
|
||||
uses: PhysSong/install-qt-action@v3
|
||||
uses: jurplel/install-qt-action@64bdb64f2c14311d23733a8463e5fcbc65e8775e
|
||||
with:
|
||||
version: ${{ env.qt-version }}
|
||||
arch: win32_msvc2019
|
||||
|
||||
Reference in New Issue
Block a user