mirror of
https://github.com/uutils/coreutils
synced 2024-12-12 14:22:41 +00:00
chore(deps): update reactivecircus/android-emulator-runner action to v2.32.0
This commit is contained in:
parent
39a38013dc
commit
599b44044c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -112,7 +112,7 @@ jobs:
|
|||
~/.android/avd/*/*.lock
|
||||
- name: Create and cache emulator image
|
||||
if: steps.avd-cache.outputs.cache-hit != 'true'
|
||||
uses: reactivecircus/android-emulator-runner@v2.31.0
|
||||
uses: reactivecircus/android-emulator-runner@v2.32.0
|
||||
with:
|
||||
api-level: ${{ matrix.api-level }}
|
||||
target: ${{ matrix.target }}
|
||||
|
@ -157,7 +157,7 @@ jobs:
|
|||
free -mh
|
||||
df -Th
|
||||
- name: Build and Test
|
||||
uses: reactivecircus/android-emulator-runner@v2.31.0
|
||||
uses: reactivecircus/android-emulator-runner@v2.32.0
|
||||
with:
|
||||
api-level: ${{ matrix.api-level }}
|
||||
target: ${{ matrix.target }}
|
||||
|
|
Loading…
Reference in a new issue