Skip to content

Commit 7f1fad5

Browse files
committed
chore: temp2
1 parent 69bd172 commit 7f1fad5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,12 @@ jobs:
111111
${{ runner.os }}-gradle-
112112
113113
- name: Build example for Android
114+
if: env.turbo_cache_hit != 1
114115
env:
115116
JAVA_OPTS: '-XX:MaxHeapSize=6g'
116117
run: |
117-
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
118120
119121
build-ios:
120122
runs-on: macos-latest

0 commit comments

Comments
 (0)