Skip to content

Commit 38a945e

Browse files
committed
ci: change key to always update cache
1 parent b7ba9cb commit 38a945e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/cache@v4
7575
with:
7676
path: ~/.cache/ccache/
77-
key: ${{ runner.os }}-ccache-${{ github.ref_name }}
77+
key: ${{ runner.os }}-ccache-${{ github.ref_name }}-${{ github.run_id }}
7878
restore-keys: |
7979
${{ runner.os }}-ccache-${{ github.ref_name }}
8080

0 commit comments

Comments
 (0)