diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 35a6aed66..026bf53e0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -34,7 +34,7 @@ jobs: id: gl4es-cache with: path: gl4es/libs - key: gl4es-android-shared-nodbg-attempt1-${{ steps.gl4es-sha.outputs.sha }} + key: gl4es-android-shared-nodbg-attempt2-${{ steps.gl4es-sha.outputs.sha }} - name: Get gl4es if: steps.gl4es-cache.outputs.cache-hit != 'true'