From cbe27adabc2d378e47a70eba8e6aba6c103d9aa4 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Fri, 28 Jul 2023 17:52:15 +1000 Subject: [PATCH] Also install x64 Qt --- .github/workflows/win.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 159a766..6392f3b 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -26,6 +26,13 @@ jobs: - name: Install ninja run: | choco install ninja + - name: Install Host Qt + uses: jurplel/install-qt-action@v3 + if: matrix.qtArch != win64_msvc2019_64 + with: + version: ${{ steps.vars.outputs.qtVersion }} + arch: win64_msvc2019_64 + modules: addons.qtmultimedia addons.qtwebsockets qt5compat - name: Install Qt uses: jurplel/install-qt-action@v3 with: