Skip to content

Commit de83b66

Browse files
committed
chore: add Cargo NDK installation step in CI workflow
1 parent 1b313f0 commit de83b66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
run: |
8181
/bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null"
8282
83+
- name: Install Cargo NDK
84+
if: env.turbo_cache_hit != 1
85+
run: |
86+
cargo install cargo-ndk
87+
8388
- name: Cache Gradle
8489
if: env.turbo_cache_hit != 1
8590
uses: actions/cache@v4
@@ -109,7 +114,7 @@ jobs:
109114
submodules: recursive
110115

111116
- name: Setup
112-
uses: ./.github/actions/setup
117+
uses: ./.github/actions/setup-js
113118

114119
- name: Cache turborepo for iOS
115120
uses: actions/cache@v4

0 commit comments

Comments
 (0)