From 7c86331e06ac22648d0691523490aeccef8e11ae Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Tue, 9 Aug 2022 17:37:44 +0900 Subject: [PATCH] Remove a workaround for broken install-qt-action (#6482) Also uses commit hash to prevents potential issues on upstream updates --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d8db8b78..bdcdeb7d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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