Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jul 28, 2023
1 parent 9b4b4e1 commit b6a68e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
choco install ninja
- name: Install Host Qt
uses: jurplel/install-qt-action@v3
uses: vicr123/install-qt-action@win-aarch64-test
if: matrix.qtArch != 'win64_msvc2019_64'
with:
version: ${{ steps.vars.outputs.qtVersion }}
Expand All @@ -46,7 +46,7 @@ jobs:
qcoroVersion: ${{ steps.vars.outputs.qcoroVersion }}
commitish: features/win-aarch64
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: vicr123/install-qt-action@win-aarch64-test
with:
version: ${{ steps.vars.outputs.qtVersion }}
arch: ${{ matrix.qtArch }}
Expand Down

0 comments on commit b6a68e4

Please sign in to comment.