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 a635795 commit 9852f7eCopy full SHA for 9852f7e
.github/workflows/check.yml
@@ -77,6 +77,7 @@ jobs:
77
- run: npm run bootstrap
78
env:
79
CMAKE_RN_TARGETS: arm64-apple-ios-sim
80
+ FERRIC_TARGETS: aarch64-apple-ios-sim
81
- run: npm run pod-install
82
working-directory: apps/test-app
83
- name: Run tests (iOS)
@@ -107,6 +108,7 @@ jobs:
107
108
109
110
CMAKE_RN_TARGETS: i686-linux-android
111
+ FERRIC_TARGETS: i686-linux-android
112
- name: Clone patched Hermes version
113
shell: bash
114
run: |
0 commit comments