Skip to content

Commit 3385372

Browse files
authored
Update android.yml
1 parent 7b3afbc commit 3385372

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/android.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,19 @@ jobs:
2626

2727
- name: Set permissions for gradlew
2828
run: chmod +x gradlew
29-
29+
30+
- name: Install Ninja and check Android SDK
31+
run: |
32+
sudo apt-get update
33+
sudo apt-get install -y ninja-build
34+
echo "Ninja location and version:"
35+
which ninja
36+
ninja --version
37+
echo "Android SDK location:"
38+
echo $ANDROID_SDK_ROOT
39+
echo "NDK location:"
40+
ls -l /usr/local/lib/android/sdk/ndk/
41+
3042
- name: Check Ninja location
3143
run: |
3244
which ninja

0 commit comments

Comments
 (0)