File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -342,21 +342,21 @@ jobs:
342342 with :
343343 # Cache the Git repos
344344 path : /home/runner/.cache/gclient
345- key : experimental-v2- gclient-linux-${{ github.ref_name }}-${{ github.sha }}
345+ key : gclient-linux-${{ github.ref_name }}-${{ github.sha }}
346346 restore-keys : |
347- experimental-v2- gclient-linux-${{ github.ref_name }}-
348- experimental-v2- gclient-linux-master-
349- experimental-v2- gclient-linux-
347+ gclient-linux-${{ github.ref_name }}-
348+ gclient-linux-master-
349+ gclient-linux-
350350 - name : Restore ccache
351351 id : cache-ccache-restore
352352 uses : actions/cache@v5
353353 with :
354354 path : |
355355 /home/runner/.cache/ccache
356- key : experimental-v2- ccache-linux-${{ github.ref_name }}-${{ github.sha }}
356+ key : ccache-linux-${{ github.ref_name }}-${{ github.sha }}
357357 restore-keys : |
358- experimental-v2- ccache-linux-${{ github.ref_name }}-
359- experimental-v2- ccache-linux-master-
358+ ccache-linux-${{ github.ref_name }}-
359+ ccache-linux-master-
360360 - name : Install ccache
361361 run : |
362362 sudo apt-get install -y ccache
You can’t perform that action at this time.
0 commit comments