Skip to content

Commit 4f5147c

Browse files
Copilotkraenhansen
andcommitted
Add CMAKE_RN_TRIPLETS to first bootstrap step to avoid building Android targets
Co-authored-by: kraenhansen <1243959+kraenhansen@users.noreply.github.com>
1 parent 8447682 commit 4f5147c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check-visionos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- run: npm run build
4444
# Bootstrap host package to get weak-node-api and ferric-example with visionOS support
4545
- run: npm run bootstrap --workspace react-native-node-api
46+
env:
47+
CMAKE_RN_TRIPLETS: aarch64-apple-visionos,aarch64-apple-visionos-sim
4648
- name: Configure Cargo for visionOS tier 3 targets with build-std
4749
run: |
4850
# Create cargo config for build-std support (tier 3 visionOS targets)

0 commit comments

Comments
 (0)