Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darktorres committed Jan 20, 2023
1 parent 1f19ddf commit 69133b7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Install Qt
- name: Install Qt 32bit
if: matrix.os == 'windows-latest'
uses: jurplel/install-qt-action@v3
with:
version: 5.15.2
cache: true
aqtversion: ==2.2.3
arch: win32_msvc2019

- name: Install Qt 64bit
if: matrix.os != 'windows-latest'
uses: jurplel/install-qt-action@v3
with:
version: 5.15.2
Expand Down Expand Up @@ -78,6 +88,8 @@ jobs:
- name: Setup MSVC Toolchain
if: startsWith(matrix.os, 'windows')
uses: seanmiddleditch/gha-setup-vsdevenv@v4
with:
arch: x86

- name: Build Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 69133b7

Please sign in to comment.