Show ccache size after evicting

This commit is contained in:
Sebastian Meßmer 2021-04-17 16:13:35 -07:00 committed by GitHub
parent 1cb2f90fd6
commit ce23640f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,7 @@ jobs:
run: | run: |
set -v set -v
ccache --evict-older-than 7d ccache --evict-older-than 7d
ccache -s
- name: Save ccache cache - name: Save ccache cache
uses: leroy-merlin-br/action-s3-cache@8d75079437b388688b9ea9c7d73dff4ef975c5fa # v1.0.5 uses: leroy-merlin-br/action-s3-cache@8d75079437b388688b9ea9c7d73dff4ef975c5fa # v1.0.5
with: with: