From 383f2186de81754c5b353f9e0356b9741a9e9df2 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 20 May 2021 00:56:08 -0700 Subject: [PATCH] ci: Bump ccache size to 512M --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10cd289c31..6ef9d807f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -109,7 +109,7 @@ jobs: - name: Compile run: | export CCACHE_DIR=/tmp/xemu-ccache - export CCACHE_MAXSIZE=250M + export CCACHE_MAXSIZE=512M export PATH="/usr/lib/ccache:$PATH" ./build.sh ${{ matrix.build_param }} echo -e "\nCompiler Cache Stats:" @@ -175,7 +175,7 @@ jobs: - name: Compile run: | export CCACHE_DIR=/tmp/xemu-ccache - export CCACHE_MAXSIZE=250M + export CCACHE_MAXSIZE=512M export PATH="/usr/local/opt/ccache/libexec:$PATH" ./build.sh ${{ matrix.build_param }} echo -e "\nCompiler Cache Stats:"