mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
chore(deps): update reactivecircus/android-emulator-runner action to v2.34.0
This commit is contained in:
parent
e4c4200358
commit
c05bc168e1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -116,7 +116,7 @@ jobs:
|
||||||
~/.android/avd/*/*.lock
|
~/.android/avd/*/*.lock
|
||||||
- name: Create and cache emulator image
|
- name: Create and cache emulator image
|
||||||
if: steps.avd-cache.outputs.cache-hit != 'true'
|
if: steps.avd-cache.outputs.cache-hit != 'true'
|
||||||
uses: reactivecircus/android-emulator-runner@v2.33.0
|
uses: reactivecircus/android-emulator-runner@v2.34.0
|
||||||
with:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
|
@ -161,7 +161,7 @@ jobs:
|
||||||
free -mh
|
free -mh
|
||||||
df -Th
|
df -Th
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
uses: reactivecircus/android-emulator-runner@v2.33.0
|
uses: reactivecircus/android-emulator-runner@v2.34.0
|
||||||
with:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue