We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents def749d + 5113cae commit 04953b7Copy full SHA for 04953b7
.github/workflows/ci.yaml
@@ -173,7 +173,7 @@ jobs:
173
# Create a new emulator snapshot if it isn't present in the cache
174
- name: Create AVD snapshot
175
if: steps.avd-cache.outputs.cache-hit != 'true'
176
- uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
+ uses: reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d
177
with:
178
api-level: ${{ matrix.api-level }}
179
target: ${{ steps.avd-info.outputs.target }}
0 commit comments