Skip to content

Commit b5c2fc5

Browse files
committed
fix: set ANDROID_NDK_HOME for cargo-ndk
1 parent f479e1e commit b5c2fc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jitpack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ before_install:
1616
install:
1717
- touch android/local.properties
1818
- cd android && ./gradlew :core:publishToMavenLocal -PVERSION_NAME=$VERSION
19+
20+
env:
21+
ANDROID_NDK_HOME: "/opt/android-sdk-linux/ndk/26.2.11394342"

0 commit comments

Comments
 (0)