Skip to content

Commit 5e6e23d

Browse files
Explicitly set rust version and print path to android-ndk
1 parent c83b5df commit 5e6e23d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/kotlin.yml

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

23+
- name: Set default Rust version to 1.73.0
24+
run: rustup default 1.73.0
25+
26+
- name: Show default version of NDK
27+
run: echo $ANDROID_NDK_ROOT
28+
2329
- name: Run ktlintCheck on ldk-node-jvm
2430
run: |
2531
cd $LDK_NODE_JVM_DIR

0 commit comments

Comments
 (0)