maybe remove that subdir from path?

This commit is contained in:
2026-03-20 22:10:50 +03:00
parent b2707cc35d
commit 8cd74922bf

View File

@@ -127,7 +127,7 @@ jobs:
id: cache-android-tools id: cache-android-tools
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: ${{ env.ANDROID_SDK_ROOT }}/cmdline-tools path: ${{ env.ANDROID_SDK_ROOT }}
key: android-cmdline-tools-v36 key: android-cmdline-tools-v36
- name: Setup Android command line tools - name: Setup Android command line tools