Skip to content

Commit f6839c8

Browse files
committed
[#70] Fix ci test: android sdk caching
1 parent a5fd561 commit f6839c8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/dropshots-screenshot-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,6 @@ jobs:
6161
restore-keys: |
6262
${{ runner.os }}-gradle-
6363
64-
- name: Cache Android SDK
65-
uses: actions/cache@v4
66-
with:
67-
path: |
68-
${{ env.ANDROID_SDK_ROOT }}
69-
${{ env.ANDROID_HOME }}
70-
key: ${{ runner.os }}-android-sdk-${{ matrix.api-level }}
71-
restore-keys: |
72-
${{ runner.os }}-android-sdk-
73-
7464
# AVD snapshot caching to reduce boot time
7565
- name: AVD Cache
7666
uses: actions/cache@v4

0 commit comments

Comments
 (0)