Skip to content

Commit 489b22c

Browse files
authored
[LOCAL][RN][0.77] Bump Android Caches (#48373)
1 parent 5b8ed37 commit 489b22c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/build-android/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ runs:
2828
uses: actions/cache/restore@v4
2929
with:
3030
path: /github/home/.cache/ccache
31-
key: v1-ccache-android-${{ github.job }}-${{ github.ref }}
31+
key: v2-ccache-android-${{ github.job }}-${{ github.ref }}
3232
restore-keys: |
33-
v1-ccache-android-${{ github.job }}-
34-
v1-ccache-android-
33+
v2-ccache-android-${{ github.job }}-
34+
v2-ccache-android-
3535
- name: Show ccache stats
3636
shell: bash
3737
run: ccache -s -v
@@ -60,7 +60,7 @@ runs:
6060
uses: actions/cache/save@v4
6161
with:
6262
path: /github/home/.cache/ccache
63-
key: v1-ccache-android-${{ github.job }}-${{ github.ref }}
63+
key: v2-ccache-android-${{ github.job }}-${{ github.ref }}
6464
- name: Show ccache stats
6565
shell: bash
6666
run: ccache -s -v

0 commit comments

Comments
 (0)