Skip to content

Commit a609ebd

Browse files
committed
Remove Android SDK cache step from CI workflow
The step for caching the Android SDK directories has been removed from the GitHub Actions CI workflow. This may help avoid cache-related issues or reduce workflow complexity.
1 parent f5194cc commit a609ebd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@ jobs:
102102
~/.android/adb*
103103
key: avd
104104

105-
- name: Cache Android SDK
106-
uses: actions/cache@v4
107-
with:
108-
path: |
109-
/usr/local/lib/android/sdk/ndk
110-
/usr/local/lib/android/sdk/cmake
111-
/usr/local/lib/android/sdk/build-tools
112-
/usr/local/lib/android/sdk/platforms
113-
/usr/local/lib/android/sdk/platform-tools
114-
/usr/local/lib/android/sdk/system-images
115-
key: android-sdk-${{ runner.os }}-api33-ndk25.1
116-
restore-keys: android-sdk-${{ runner.os }}-api33-ndk25.1
117-
118105
- name: Run Android Emulator
119106
uses: reactivecircus/android-emulator-runner@v2
120107
with:

0 commit comments

Comments
 (0)