Skip to content

Commit bb197ee

Browse files
committed
Pass CMAKE_RN_TARGETS when bootstrapping on CI
1 parent 1aa7541 commit bb197ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
7676
- run: npm ci
7777
- run: npm run bootstrap
78+
env:
79+
CMAKE_RN_TARGETS: arm64-apple-ios-sim
7880
- run: npm run pod-install
7981
working-directory: apps/test-app
8082
- name: Run tests (iOS)
@@ -103,6 +105,8 @@ jobs:
103105
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
104106
- run: npm ci
105107
- run: npm run bootstrap
108+
env:
109+
CMAKE_RN_TARGETS: i686-linux-android
106110
- name: Clone patched Hermes version
107111
shell: bash
108112
run: |

0 commit comments

Comments
 (0)