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 6dc9f7b commit 01c8d6eCopy full SHA for 01c8d6e
1 file changed
.github/workflows/android.yml
@@ -111,7 +111,7 @@ jobs:
111
~/.android/avd/*/*.lock
112
- name: Create and cache emulator image
113
if: steps.avd-cache.outputs.cache-hit != 'true'
114
- uses: reactivecircus/android-emulator-runner@v2.35.0
+ uses: reactivecircus/android-emulator-runner@v2.36.0
115
with:
116
api-level: ${{ matrix.api-level }}
117
target: ${{ matrix.target }}
@@ -156,7 +156,7 @@ jobs:
156
free -mh
157
df -Th
158
- name: Build and Test
159
160
161
162
0 commit comments