We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6c9c7 commit d2fb2cdCopy full SHA for d2fb2cd
1 file changed
.github/workflows/tests.yml
@@ -25,6 +25,7 @@ jobs:
25
path: ccache
26
key: ccache-cache-${{ github.sha }}
27
restore-keys: |
28
+ ccache-cache
29
ccache-cache-
30
31
- if: ${{ steps.cache-ccache.outputs.cache-hit == 'true' }}
0 commit comments