Skip to content

Commit 5da3ff2

Browse files
committed
[action] update android
1 parent 1b147a2 commit 5da3ff2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/android.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,23 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-20.04]
20-
qt_target: [android]
2119
include:
2220
- qt_ver: 5.12.10
2321
qt_arch: android_x86
22+
os: ubuntu-20.04
23+
qt_target: android
2424
- qt_ver: 5.12.10
2525
qt_arch: android_armv7
26+
os: ubuntu-20.04
27+
qt_target: android
2628
- qt_ver: 5.12.10
2729
qt_arch: android_arm64_v8a
30+
os: ubuntu-20.04
31+
qt_target: android
2832
- qt_ver: 5.15.2
2933
# here no qt_arch, use default
34+
os: ubuntu-20.04
35+
qt_target: android
3036
steps:
3137
- name: Install Qt
3238
uses: jurplel/install-qt-action@v2

0 commit comments

Comments
 (0)