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 1b313f0 commit de83b66Copy full SHA for de83b66
.github/workflows/ci.yml
@@ -80,6 +80,11 @@ jobs:
80
run: |
81
/bin/bash -c "yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses > /dev/null"
82
83
+ - name: Install Cargo NDK
84
+ if: env.turbo_cache_hit != 1
85
+ run: |
86
+ cargo install cargo-ndk
87
+
88
- name: Cache Gradle
89
if: env.turbo_cache_hit != 1
90
uses: actions/cache@v4
@@ -109,7 +114,7 @@ jobs:
109
114
submodules: recursive
110
115
111
116
- name: Setup
112
- uses: ./.github/actions/setup
117
+ uses: ./.github/actions/setup-js
113
118
119
- name: Cache turborepo for iOS
120
0 commit comments