diff --git a/.github/workflows/linux_build_qt.yml b/.github/workflows/linux_build_qt.yml index 80ae3d52e5..8a08fcd3c5 100644 --- a/.github/workflows/linux_build_qt.yml +++ b/.github/workflows/linux_build_qt.yml @@ -55,7 +55,7 @@ jobs: CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_COMPRESS: true CCACHE_COMPRESSLEVEL: 9 - CCACHE_MAXSIZE: 100M + CCACHE_MAXSIZE: 500M steps: - name: Checkout Repository diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 19cdf8b9cc..e850f996e1 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -42,7 +42,7 @@ jobs: CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_COMPRESS: true CCACHE_COMPRESSLEVEL: 9 - CCACHE_MAXSIZE: 100M + CCACHE_MAXSIZE: 500M steps: - name: Checkout Repository