Skip to content

Commit dd26765

Browse files
committed
updates
1 parent d843ddd commit dd26765

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,18 @@ jobs:
136136
sudo udevadm control --reload-rules
137137
sudo udevadm trigger --name-match=kvm
138138
139+
- name: Gradle cache
140+
uses: gradle/actions/setup-gradle@v3
141+
142+
- name: AVD cache
143+
uses: actions/cache@v4
144+
id: avd-cache
145+
with:
146+
path: |
147+
~/.android/avd/*
148+
~/.android/adb*
149+
key: avd
150+
139151
- name: Run Android Emulator
140152
uses: reactivecircus/android-emulator-runner@v2
141153
with:

0 commit comments

Comments
 (0)