Skip to content

Commit

Permalink
Set specific ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Dec 12, 2024
1 parent 57a28c1 commit 06db31b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
link-to-sdk: true
ndk-version: 28.0.12433566

- name: Java tests
run: gradle test
Expand Down Expand Up @@ -106,8 +105,7 @@ jobs:
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
link-to-sdk: true
ndk-version: 28.0.12433566

- name: Java tests
run: gradle test
Expand Down Expand Up @@ -152,8 +150,7 @@ jobs:
id: setup-ndk
uses: nttld/setup-ndk@v1
with:
ndk-version: r26d
link-to-sdk: true
ndk-version: 28.0.12433566

- name: Java tests
run: gradle test
Expand Down

0 comments on commit 06db31b

Please sign in to comment.