Skip to content

Commit

Permalink
Increase cache eviction time to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jul 19, 2024
1 parent 27b2f69 commit 8560ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ccache-update/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
steps:
- name: Compiler Cache stats
run: |
ccache --evict-older-than 14400s
ccache --evict-older-than 1d
ccache -sv
shell: pwsh

Expand Down

0 comments on commit 8560ed1

Please sign in to comment.