Skip to content

Commit 1b147a2

Browse files
committed
[actions] update android
1 parent 258ee42 commit 1b147a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
steps:
3131
- name: Install Qt
3232
uses: jurplel/install-qt-action@v2
33-
if: ${{ qt_ver == '5.12.10' }}
33+
if: ${{ matrix.qt_ver == '5.12.10' }}
3434
with:
3535
version: ${{ matrix.qt_ver }}
3636
target: ${{ matrix.qt_target }}
3737
arch: ${{ matrix.qt_arch }}
3838
- name: Install Qt
3939
uses: jurplel/install-qt-action@v2
40-
if: ${{ qt_ver == '5.15.2' }}
40+
if: ${{ matrix.qt_ver == '5.15.2' }}
4141
with:
4242
version: ${{ matrix.qt_ver }}
4343
target: ${{ matrix.qt_target }}

0 commit comments

Comments
 (0)