Skip to content

Commit

Permalink
[action] update android
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed Jan 18, 2022
1 parent 1b147a2 commit 5da3ff2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,23 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
qt_target: [android]
include:
- qt_ver: 5.12.10
qt_arch: android_x86
os: ubuntu-20.04
qt_target: android
- qt_ver: 5.12.10
qt_arch: android_armv7
os: ubuntu-20.04
qt_target: android
- qt_ver: 5.12.10
qt_arch: android_arm64_v8a
os: ubuntu-20.04
qt_target: android
- qt_ver: 5.15.2
# here no qt_arch, use default
os: ubuntu-20.04
qt_target: android
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v2
Expand Down

0 comments on commit 5da3ff2

Please sign in to comment.