Skip to content

Commit 560d15b

Browse files
committed
Different approach for installing AGP's default NDK
Signed-off-by: Patryk Miś <[email protected]>
1 parent 5f505c5 commit 560d15b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: nttld/setup-ndk@v1
12+
id: setup-ndk
13+
with:
14+
ndk-version: r25b
15+
link-to-sdk: true
1116
- name: Set up JDK 17
1217
uses: actions/setup-java@v4
1318
with:

0 commit comments

Comments
 (0)