We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec852a5 commit b62cbb2Copy full SHA for b62cbb2
.github/workflows/kotlin.yml
@@ -20,10 +20,12 @@ jobs:
20
distribution: temurin
21
java-version: 11
22
23
- - name: Set up NDK
24
- uses: nttld/setup-ndk@v1
+ - name: Set up Android NDK
+ uses: ReactiveCircus/android-emulator-runner@v2
25
with:
26
- ndk-version: r25c
+ api-level: 31
27
+ target: google_apis
28
+ arch: x86_64
29
30
- name: Run ktlintCheck on ldk-node-jvm
31
run: |
@@ -41,7 +43,6 @@ jobs:
41
43
- name: Generate Kotlin Android
42
44
run: ./scripts/uniffi_bindgen_generate_kotlin_android.sh
45
-
46
- name: Start bitcoind and electrs
47
run: docker compose up -d
48
0 commit comments