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 1aa7541 commit bb197eeCopy full SHA for bb197ee
.github/workflows/check.yml
@@ -75,6 +75,8 @@ jobs:
75
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
76
- run: npm ci
77
- run: npm run bootstrap
78
+ env:
79
+ CMAKE_RN_TARGETS: arm64-apple-ios-sim
80
- run: npm run pod-install
81
working-directory: apps/test-app
82
- name: Run tests (iOS)
@@ -103,6 +105,8 @@ jobs:
103
105
104
106
107
108
109
+ CMAKE_RN_TARGETS: i686-linux-android
110
- name: Clone patched Hermes version
111
shell: bash
112
run: |
0 commit comments