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:
Hyunjin Song
2022-08-09 17:37:44 +09:00
committed by GitHub
parent fe91a65f03
commit 7c86331e06

View File

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