We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ba9cb commit 38a945eCopy full SHA for 38a945e
1 file changed
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
uses: actions/cache@v4
75
with:
76
path: ~/.cache/ccache/
77
- key: ${{ runner.os }}-ccache-${{ github.ref_name }}
+ key: ${{ runner.os }}-ccache-${{ github.ref_name }}-${{ github.run_id }}
78
restore-keys: |
79
${{ runner.os }}-ccache-${{ github.ref_name }}
80
0 commit comments