Skip to content

Commit da331d0

Browse files
authored
Update android.yml
1 parent 5f9fa8c commit da331d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
run: python scripts/checksnippets.py
2121
- name: What is home?
2222
run: echo $HOME
23+
- name: What is Android home?
24+
run: echo $ANDROID_HOME
25+
- name: What is Android SDK Root?
26+
run: echo $ANDROID_SDK_ROOT
27+
2328
# - name: Install NDK
2429
# run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
2530
# - name: Build with Gradle (Pull Request)

0 commit comments

Comments
 (0)