Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Jan 24, 2025
1 parent 5f9fa8c commit da331d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
run: python scripts/checksnippets.py
- name: What is home?
run: echo $HOME
- name: What is Android home?
run: echo $ANDROID_HOME
- name: What is Android SDK Root?
run: echo $ANDROID_SDK_ROOT

# - name: Install NDK
# run: echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;21.0.6113669" --sdk_root=${ANDROID_SDK_ROOT}
# - name: Build with Gradle (Pull Request)
Expand Down

0 comments on commit da331d0

Please sign in to comment.