fix(ci): bust SDK cache key to force fresh SDK install after prior broken cache
Android Build / build-apk (push) Failing after 3m16s
Build and Deploy / build-and-push (push) Failing after 39s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-05-14 10:18:57 -07:00
parent 1f46785b31
commit 62be72e918
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
id: sdk-cache id: sdk-cache
with: with:
path: ${{ env.ANDROID_SDK_ROOT }} path: ${{ env.ANDROID_SDK_ROOT }}
key: android-sdk-ndk${{ env.NDK_VERSION }}-bt${{ env.BUILD_TOOLS_VERSION }} key: v2-android-sdk-ndk${{ env.NDK_VERSION }}-bt${{ env.BUILD_TOOLS_VERSION }}
- name: Install system dependencies - name: Install system dependencies
run: | run: |
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
id: sdk-cache id: sdk-cache
with: with:
path: ${{ env.ANDROID_SDK_ROOT }} path: ${{ env.ANDROID_SDK_ROOT }}
key: android-sdk-ndk${{ env.NDK_VERSION }}-bt${{ env.BUILD_TOOLS_VERSION }} key: v2-android-sdk-ndk${{ env.NDK_VERSION }}-bt${{ env.BUILD_TOOLS_VERSION }}
# Java and jq are always needed (apksigner requires Java even on cache hits). # Java and jq are always needed (apksigner requires Java even on cache hits).
- name: Install system dependencies - name: Install system dependencies