Skip to content

Commit

Permalink
fix github build action error
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed May 21, 2024
1 parent 838e0af commit 39c6aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
- {gen: Visual Studio 17 2022, arch: x64, shared: OFF}
steps:
- name: Install Qt Win64
if: arch=='x64'
if: ${{ matrix.arch=='x64' }}
uses: jurplel/install-qt-action@v3
with:
version: '5.15.2'
host: 'windows'
arch: 'win64_msvc2019_64'
- name: Install Qt Win64
if: arch=='Win32'
if: ${{ matrix.arch=='Win32' }}
uses: jurplel/install-qt-action@v3
with:
version: '5.15.2'
Expand Down

0 comments on commit 39c6aec

Please sign in to comment.