Revert "CI: do not hardcode paths to NDK/SDK"
This reverts commit fbf070084bef34e6c0f565c81f3d05fbc0cb1dc8.
This commit is contained in:
parent
a7fa64f3d7
commit
1bb3746c24
3
.github/workflows/packages.yml
vendored
3
.github/workflows/packages.yml
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user