diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 5cdf01841..2025fd168 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -162,7 +162,7 @@ jobs: - name: Show ccache's statistics and zero it if: ${{ inputs.download_ccache }} run: | - ccache --show-stats + ccache --show-stats -vv ccache --zero-stats - name: Save ccache cache