Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Signed-off-by: PeterHasse <[email protected]>
  • Loading branch information
PeterHasse authored Dec 23, 2023
1 parent 28b00a2 commit 4ee1941
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 @@ -17,6 +17,11 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: gradle

- name: Install NDK
uses: nttld/[email protected]
with:
ndk-version: r26b

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 4ee1941

Please sign in to comment.