Skip to content

Commit 834aa6f

Browse files
committed
ndk to ci
1 parent a8d2821 commit 834aa6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/publish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ jobs:
3232
run: |
3333
rustup target add aarch64-apple-ios-sim aarch64-linux-android x86_64-linux-android
3434
35+
- name: Set up JDK 17
36+
uses: actions/setup-java@v3
37+
with:
38+
java-version: '17'
39+
distribution: 'temurin'
40+
41+
- name: Setup Android SDK
42+
uses: android-actions/setup-android@v3
43+
44+
- name: Install NDK
45+
run: |
46+
sdkmanager --install "ndk;27.1.12297006"
47+
3548
- name: Check Rust code linting rules
3649
run: |
3750
cargo fmt --check

0 commit comments

Comments
 (0)