Skip to content

Commit a7ac7b5

Browse files
authored
ci: Show ccache stats with -vv (#2902)
1 parent 88866ea commit a7ac7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Show ccache's statistics and zero it
163163
if: ${{ inputs.download_ccache }}
164164
run: |
165-
ccache --show-stats
165+
ccache --show-stats -vv
166166
ccache --zero-stats
167167
168168
- name: Save ccache cache

0 commit comments

Comments
 (0)