git: Reduce the max ccache cache size for Fedora builds

This commit is contained in:
WerWolv 2025-08-15 22:01:34 +02:00
parent 7755e95db0
commit 3b48f537f1
1 changed files with 1 additions and 1 deletions

View File

@ -1051,7 +1051,7 @@ jobs:
--enable-network -N -v \
--enable-plugin=ccache \
--plugin-option=ccache:compress=True \
--plugin-option=ccache:max_cache_size=1G \
--plugin-option=ccache:max_cache_size=200M \
--plugin-option=ccache:dir=$GITHUB_WORKSPACE/.ccache \
--spec $GITHUB_WORKSPACE/imhex.spec \
--sources $GITHUB_WORKSPACE \