Skip to content

Commit fdb8dd4

Browse files
committed
fix: cache and build
1 parent 03cf0f9 commit fdb8dd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/android_example_test_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
distribution: 'temurin'
2828
java-version: '17'
29+
cache: 'gradle'
2930

3031
- name: Install dependencies (root)
3132
run: npm ci
@@ -40,4 +41,4 @@ jobs:
4041

4142
- name: Build Android app
4243
working-directory: example/android
43-
run: npm run android
44+
run: ./gradlew assembleDebug

0 commit comments

Comments
 (0)