Fix avd path on ubuntu-24.04 - attempt 2 (#415)

This commit is contained in:
Yang
2024-10-12 17:26:36 +11:00
committed by GitHub
parent e800ffffe6
commit ead704cc5a
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -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