Skip to content

Commit a6cc7cc

Browse files
committed
chore: temp
1 parent 13110d9 commit a6cc7cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
- name: Build example for Android
114114
env:
115115
JAVA_OPTS: '-XX:MaxHeapSize=6g'
116-
run: |
117-
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
116+
run: ./gradlew app:assembleDebug
117+
working-directory: apps/example/android
118118

119119
build-ios:
120120
runs-on: macos-latest

0 commit comments

Comments
 (0)