ci: increase ccache size from 20GB to 50GB

This commit is contained in:
Fu Hanxi
2024-03-26 10:58:49 +01:00
parent 52137a2b55
commit 201d7d19ba

View File

@@ -95,7 +95,7 @@ variables:
# host mapping volume to share ccache between runner concurrent jobs
CCACHE_DIR: "/cache/idf_ccache"
CCACHE_MAXSIZE: "20G"
CCACHE_MAXSIZE: "50G"
################################################
# `before_script` and `after_script` Templates #