Skip to content

Commit b62cbb2

Browse files
Fix Setup of NDK in workflow
1 parent ec852a5 commit b62cbb2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/kotlin.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
distribution: temurin
2121
java-version: 11
2222

23-
- name: Set up NDK
24-
uses: nttld/setup-ndk@v1
23+
- name: Set up Android NDK
24+
uses: ReactiveCircus/android-emulator-runner@v2
2525
with:
26-
ndk-version: r25c
26+
api-level: 31
27+
target: google_apis
28+
arch: x86_64
2729

2830
- name: Run ktlintCheck on ldk-node-jvm
2931
run: |
@@ -41,7 +43,6 @@ jobs:
4143
- name: Generate Kotlin Android
4244
run: ./scripts/uniffi_bindgen_generate_kotlin_android.sh
4345

44-
4546
- name: Start bitcoind and electrs
4647
run: docker compose up -d
4748

0 commit comments

Comments
 (0)