From 83599f1f7b0ae1b4dc0c3ef4f840fabb00682efb Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 25 Feb 2025 14:19:26 +0800 Subject: [PATCH] GHA CI: tweak cache size It seems ~500MB is enough to cache all the build artifacts but we still make it a bit larger to avoid thrashing. --- .github/workflows/ci_macos.yaml | 2 +- .github/workflows/ci_ubuntu.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 1113b634f..6dbbee82b 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -52,7 +52,7 @@ jobs: store_cache: ${{ github.ref == 'refs/heads/master' }} update_packager_index: false ccache_options: | - max_size=2G + max_size=1G - name: Install boost env: diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index 2c15dd767..704ab0630 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -47,7 +47,7 @@ jobs: store_cache: ${{ github.ref == 'refs/heads/master' }} update_packager_index: false ccache_options: | - max_size=2G + max_size=1G - name: Install boost env: