1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-25 19:27:28 +00:00

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

View File

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