mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
Install required NDK in runtime
This commit is contained in:
parent
846fdd93cf
commit
ba8c86382d
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
@ -34,6 +34,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install NDK
|
||||
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" --sdk_root=${ANDROID_SDK_ROOT}
|
||||
|
||||
- name: Build all configurations
|
||||
run: ./gradlew assemble
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user