diff --git a/.github/actions/build-android/action.yml b/.github/actions/build-android/action.yml index cf2367f647e32c..49baaeb3385f33 100644 --- a/.github/actions/build-android/action.yml +++ b/.github/actions/build-android/action.yml @@ -28,10 +28,10 @@ runs: uses: actions/cache/restore@v4 with: path: /github/home/.cache/ccache - key: v1-ccache-android-${{ github.job }}-${{ github.ref }} + key: v2-ccache-android-${{ github.job }}-${{ github.ref }} restore-keys: | - v1-ccache-android-${{ github.job }}- - v1-ccache-android- + v2-ccache-android-${{ github.job }}- + v2-ccache-android- - name: Show ccache stats shell: bash run: ccache -s -v @@ -60,7 +60,7 @@ runs: uses: actions/cache/save@v4 with: path: /github/home/.cache/ccache - key: v1-ccache-android-${{ github.job }}-${{ github.ref }} + key: v2-ccache-android-${{ github.job }}-${{ github.ref }} - name: Show ccache stats shell: bash run: ccache -s -v