From 48760679461c3da7f702cdd702a9065e47575040 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 12 Apr 2026 13:46:41 +0200 Subject: [PATCH] fix caps --- .ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index 7ebdd6e4e..a86b5ee58 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -272,7 +272,7 @@ echo "::endgroup::" if [[ $USE_CCACHE ]]; then if [[ $CCACHE_EVICTION_AGE ]]; then - echo "::group::evict ccache files older than $CCACHE_EVICTION_AGE" + echo "::group::Evict ccache files older than $CCACHE_EVICTION_AGE" ccache --evict-older-than "$CCACHE_EVICTION_AGE" echo "::endgroup::" fi