File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/build-android Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ runs:
28
28
uses : actions/cache/restore@v4
29
29
with :
30
30
path : /github/home/.cache/ccache
31
- key : v1 -ccache-android-${{ github.job }}-${{ github.ref }}
31
+ key : v2 -ccache-android-${{ github.job }}-${{ github.ref }}
32
32
restore-keys : |
33
- v1 -ccache-android-${{ github.job }}-
34
- v1 -ccache-android-
33
+ v2 -ccache-android-${{ github.job }}-
34
+ v2 -ccache-android-
35
35
- name : Show ccache stats
36
36
shell : bash
37
37
run : ccache -s -v
60
60
uses : actions/cache/save@v4
61
61
with :
62
62
path : /github/home/.cache/ccache
63
- key : v1 -ccache-android-${{ github.job }}-${{ github.ref }}
63
+ key : v2 -ccache-android-${{ github.job }}-${{ github.ref }}
64
64
- name : Show ccache stats
65
65
shell : bash
66
66
run : ccache -s -v
You can’t perform that action at this time.
0 commit comments