We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2fb2cd commit 1d42746Copy full SHA for 1d42746
1 file changed
.github/workflows/tests.yml
@@ -28,9 +28,7 @@ jobs:
28
ccache-cache
29
ccache-cache-
30
31
- - if: ${{ steps.cache-ccache.outputs.cache-hit == 'true' }}
32
- name: Report on cache
33
- continue-on-error: true
+ - name: Check cache
34
run: ls ccache
35
36
- name: Deps
0 commit comments