Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Dec 15, 2024
1 parent 99e90e4 commit 7b3afbc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:

- name: Set permissions for gradlew
run: chmod +x gradlew


- name: Check Ninja location
run: |
which ninja
ninja --version
- name: Build
run: ./gradlew build

Expand Down

0 comments on commit 7b3afbc

Please sign in to comment.