Skip to content

Commit c0736fd

Browse files
committed
ci: Show ccache stats with -vv
1 parent bb39bce commit c0736fd

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)