Skip to content

Commit ae36c7b

Browse files
committed
Install Rust targets
1 parent 177cce7 commit ae36c7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: android-actions/setup-android@v3
4242
# Version here should match the one in React Native template and packages/cmake-rn/src/cli.ts
4343
- run: sdkmanager --install "ndk;27.1.12297006"
44+
- run: rustup target add x86_64-linux-android aarch64-linux-android aarch64-apple-ios-sim
4445
- run: npm ci
4546
- run: npm run bootstrap
4647
- run: npm test

0 commit comments

Comments
 (0)