Skip to content

Commit

Permalink
Also install x64 Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jul 28, 2023
1 parent 092784f commit cbe27ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cbe27ad

Please sign in to comment.