Skip to content

Commit

Permalink
Fix Set up NDK step
Browse files Browse the repository at this point in the history
  • Loading branch information
oluiscabral committed Dec 12, 2024
1 parent 475a94e commit f5f4420
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ jobs:

- name: Set up NDK
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r26d
link-to-sdk: true
with:
ndk-version: r26d
link-to-sdk: true

- name: Java tests
run: gradle test
Expand Down Expand Up @@ -102,10 +101,9 @@ jobs:

- name: Set up NDK
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r26d
link-to-sdk: true
with:
ndk-version: r26d
link-to-sdk: true

- name: Java tests
run: gradle test
Expand Down Expand Up @@ -146,10 +144,9 @@ jobs:

- name: Set up NDK
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r26d
link-to-sdk: true
with:
ndk-version: r26d
link-to-sdk: true

- name: Java tests
run: gradle test
Expand Down

0 comments on commit f5f4420

Please sign in to comment.