Revert "CI: do not hardcode paths to NDK/SDK"

This reverts commit fbf070084b.
This commit is contained in:
Leonid Pliushch 2020-07-01 20:27:41 +03:00
parent a7fa64f3d7
commit 1bb3746c24
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
env:
ANDROID_HOME: "/opt/termux/android-sdk"
NDK: "/opt/termux/android-ndk"
strategy:
matrix:
target_arch: [aarch64, arm, i686, x86_64]