Add android build
This commit is contained in:
parent
4e912c1e6b
commit
d12b26beb3
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
|
@ -93,6 +93,13 @@ jobs:
|
||||||
if: contains(matrix.platform.target, 'android')
|
if: contains(matrix.platform.target, 'android')
|
||||||
run: sudo apt install android-libunwind libunwind8
|
run: sudo apt install android-libunwind libunwind8
|
||||||
|
|
||||||
|
- name: Set up JDK 17
|
||||||
|
if: contains(matrix.platform.target, 'android')
|
||||||
|
uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
java-version: '17'
|
||||||
|
distribution: 'temurin'
|
||||||
|
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
if: contains(matrix.platform.target, 'android')
|
if: contains(matrix.platform.target, 'android')
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
|
|
Loading…
Reference in a new issue