From 7aa313461b30eeb9358a9f6f24ea5d193fad879d Mon Sep 17 00:00:00 2001 From: nauta Date: Fri, 13 Oct 2023 10:28:02 +0800 Subject: [PATCH] Update action.yml --- .github/workflows/buildbase/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildbase/action.yml b/.github/workflows/buildbase/action.yml index 1ca32c494..9e4b408f6 100644 --- a/.github/workflows/buildbase/action.yml +++ b/.github/workflows/buildbase/action.yml @@ -20,7 +20,7 @@ runs: - name: Setup ccache uses: hendrikmuhs/ccache-action@v1.2 with: - max-size: 10G + max-size: 800M save: ${{inputs.save_cache}} key: ${{inputs.os}} @@ -29,3 +29,4 @@ runs: run: | bash build.sh debug -DOB_USE_CCACHE=ON cd build_debug && make -j4 + ccache -s