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 0058316 commit 7db5b00Copy full SHA for 7db5b00
.github/workflows/android.yml
@@ -116,7 +116,7 @@ jobs:
116
~/.android/avd/*/*.lock
117
- name: Create and cache emulator image
118
if: steps.avd-cache.outputs.cache-hit != 'true'
119
- uses: reactivecircus/android-emulator-runner@v2.34.0
+ uses: reactivecircus/android-emulator-runner@v2.35.0
120
with:
121
api-level: ${{ matrix.api-level }}
122
target: ${{ matrix.target }}
@@ -161,7 +161,7 @@ jobs:
161
free -mh
162
df -Th
163
- name: Build and Test
164
165
166
167
0 commit comments