CI: Bump our ccache size from 100M to 500M

This commit is contained in:
Ty 2025-02-14 12:32:10 -05:00 committed by Ty
parent 7acf32debc
commit b6ee0e5219
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_DIR: ${{ github.workspace }}/.ccache
CCACHE_COMPRESS: true CCACHE_COMPRESS: true
CCACHE_COMPRESSLEVEL: 9 CCACHE_COMPRESSLEVEL: 9
CCACHE_MAXSIZE: 100M CCACHE_MAXSIZE: 500M
steps: steps:
- name: Checkout Repository - name: Checkout Repository

View File

@ -42,7 +42,7 @@ jobs:
CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_DIR: ${{ github.workspace }}/.ccache
CCACHE_COMPRESS: true CCACHE_COMPRESS: true
CCACHE_COMPRESSLEVEL: 9 CCACHE_COMPRESSLEVEL: 9
CCACHE_MAXSIZE: 100M CCACHE_MAXSIZE: 500M
steps: steps:
- name: Checkout Repository - name: Checkout Repository