disabled action/cache in self hosted / ccache 100GB

This commit is contained in:
tequ
2025-11-27 01:34:07 +09:00
parent 915fcaaa95
commit c815533e6a

View File

@@ -324,6 +324,8 @@ jobs:
main_branch: ${{ env.MAIN_BRANCH_NAME }}
stdlib: ${{ matrix.stdlib }}
clang_gcc_toolchain: ${{ matrix.clang_gcc_toolchain || '' }}
cache_enabled: 'false' # Disable caching for self hosted runner
ccache_max_size: '100G'
- name: Set artifact name
id: set-artifact-name