Skip to content

Commit

Permalink
[actions] update android
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed Jan 18, 2022
1 parent 258ee42 commit 1b147a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2
if: ${{ qt_ver == '5.12.10' }}
if: ${{ matrix.qt_ver == '5.12.10' }}
with:
version: ${{ matrix.qt_ver }}
target: ${{ matrix.qt_target }}
arch: ${{ matrix.qt_arch }}
- name: Install Qt
uses: jurplel/install-qt-action@v2
if: ${{ qt_ver == '5.15.2' }}
if: ${{ matrix.qt_ver == '5.15.2' }}
with:
version: ${{ matrix.qt_ver }}
target: ${{ matrix.qt_target }}
Expand Down

0 comments on commit 1b147a2

Please sign in to comment.