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 177cce7 commit ae36c7bCopy full SHA for ae36c7b
.github/workflows/check.yml
@@ -41,6 +41,7 @@ jobs:
41
uses: android-actions/setup-android@v3
42
# Version here should match the one in React Native template and packages/cmake-rn/src/cli.ts
43
- run: sdkmanager --install "ndk;27.1.12297006"
44
+ - run: rustup target add x86_64-linux-android aarch64-linux-android aarch64-apple-ios-sim
45
- run: npm ci
46
- run: npm run bootstrap
47
- run: npm test
0 commit comments