mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2025-02-03 02:14:24 +00:00
[workflow] download ndk in sdk
This commit is contained in:
parent
b6d15f2348
commit
6d0af9a4f5
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
@ -19,13 +19,8 @@ jobs:
|
|||||||
packages: |
|
packages: |
|
||||||
build-tools;28.0.3
|
build-tools;28.0.3
|
||||||
platforms;android-29
|
platforms;android-29
|
||||||
|
ndk;19.2.5345600
|
||||||
cache: true
|
cache: true
|
||||||
- name: Setup Android NDK
|
|
||||||
run: |
|
|
||||||
export NDK_VERSION=r19c
|
|
||||||
curl -L https://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-linux-x86_64.zip -O
|
|
||||||
unzip -q android-ndk-${NDK_VERSION}-linux-x86_64.zip
|
|
||||||
export ANDROID_NDK_HOME=`pwd`/android-ndk-${NDK_VERSION}
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew --no-daemon assembleDebug
|
run: ./gradlew --no-daemon assembleDebug
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user