mirror of
https://github.com/reactivecircus/android-emulator-runner.git
synced 2026-08-31 17:49:33 +00:00
Fix avd path on ubuntu-24.04 - attempt 2 (#415)
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
api-level: 34
|
||||
target: aosp_atd
|
||||
arch: x86_64
|
||||
- os: ubuntu-24.04
|
||||
- os: ubuntu-lastest
|
||||
api-level: 35
|
||||
target: google_apis
|
||||
arch: x86_64
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
~/.android/avd/*
|
||||
~/.android/adb*
|
||||
~/.android/debug.keystore
|
||||
key: avd-${{ matrix.api-level }}-${{ matrix.os }}-${{ matrix.target }}
|
||||
key: avd-${{ matrix.api-level }}-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.arch }}
|
||||
|
||||
- uses: gradle/actions/setup-gradle@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user