mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-02-02 18:04:28 +00:00
[workflow] setup ndk
This commit is contained in:
parent
4248c3e39f
commit
3659b5190f
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
@ -10,13 +10,18 @@ jobs:
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: app/build/outputs/apk/debug/*.apk
|
||||
- name: set up JDK 1.8
|
||||
- name: Setup JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 1.8
|
||||
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
|
||||
- uses: nttld/setup-ndk@v1
|
||||
with:
|
||||
ndk-version: r19c
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleDebug
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user