From 8560ed151080cac57a9eac9154dcee541fc32150 Mon Sep 17 00:00:00 2001 From: mikee47 Date: Fri, 19 Jul 2024 15:58:54 +0100 Subject: [PATCH] Increase cache eviction time to 1 day --- .github/actions/ccache-update/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/ccache-update/action.yml b/.github/actions/ccache-update/action.yml index cd65f4174f..6f82cf76e4 100644 --- a/.github/actions/ccache-update/action.yml +++ b/.github/actions/ccache-update/action.yml @@ -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