ci: Bump ccache size to 512M

This commit is contained in:
Matt Borgerson 2021-05-20 00:56:08 -07:00 committed by mborgerson
parent b4a472730b
commit 383f2186de
1 changed files with 2 additions and 2 deletions

View File

@ -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:"