Skip to content

Commit 9852f7e

Browse files
committed
Pass FERRIC_TARGETS when bootstrapping on CI
1 parent a635795 commit 9852f7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
- run: npm run bootstrap
7878
env:
7979
CMAKE_RN_TARGETS: arm64-apple-ios-sim
80+
FERRIC_TARGETS: aarch64-apple-ios-sim
8081
- run: npm run pod-install
8182
working-directory: apps/test-app
8283
- name: Run tests (iOS)
@@ -107,6 +108,7 @@ jobs:
107108
- run: npm run bootstrap
108109
env:
109110
CMAKE_RN_TARGETS: i686-linux-android
111+
FERRIC_TARGETS: i686-linux-android
110112
- name: Clone patched Hermes version
111113
shell: bash
112114
run: |

0 commit comments

Comments
 (0)