Skip to content

Commit 7b3afbc

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/android.yml

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

2727
- name: Set permissions for gradlew
2828
run: chmod +x gradlew
29-
29+
30+
- name: Check Ninja location
31+
run: |
32+
which ninja
33+
ninja --version
34+
3035
- name: Build
3136
run: ./gradlew build
3237

0 commit comments

Comments
 (0)