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 fdb03c2 commit 172ca06Copy full SHA for 172ca06
.github/workflows/check.yml
@@ -129,8 +129,8 @@ jobs:
129
- run: npm ci
130
- run: npm run bootstrap
131
env:
132
- CMAKE_RN_TRIPLETS: i686-linux-android
133
- FERRIC_TARGETS: i686-linux-android
+ CMAKE_RN_TRIPLETS: x86_64-linux-android
+ FERRIC_TARGETS: x86_64-linux-android
134
- name: Clone patched Hermes version
135
shell: bash
136
run: |
@@ -163,9 +163,8 @@ jobs:
163
with:
164
api-level: 29
165
force-avd-creation: false
166
- emulator-options: -no-snapshot-save -no-metrics -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
167
disable-animations: true
168
- arch: x86
+ arch: x86_64
169
ndk: ${{ env.NDK_VERSION }}
170
cmake: 3.22.1
171
working-directory: apps/test-app
0 commit comments