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 69bd172 commit 7f1fad5Copy full SHA for 7f1fad5
1 file changed
.github/workflows/ci.yml
@@ -111,10 +111,12 @@ jobs:
111
${{ runner.os }}-gradle-
112
113
- name: Build example for Android
114
+ if: env.turbo_cache_hit != 1
115
env:
116
JAVA_OPTS: '-XX:MaxHeapSize=6g'
117
run: |
- yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
118
+ cd apps/example/android
119
+ ./gradlew assembleDebug --scan --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a
120
121
build-ios:
122
runs-on: macos-latest
0 commit comments