mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-07-28 16:03:37 +00:00
Restrict sccache cache size
This commit is contained in:
parent
ccbfe0e66e
commit
c8aec2510d
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -45,7 +45,7 @@ runs:
|
|||||||
env:
|
env:
|
||||||
SCCACHE_DIRECT: false
|
SCCACHE_DIRECT: false
|
||||||
SCCACHE_DIR: ${{ github.workspace }}/.sccache
|
SCCACHE_DIR: ${{ github.workspace }}/.sccache
|
||||||
SCCACHE_CACHE_SIZE: 2G
|
SCCACHE_CACHE_SIZE: ${{ inputs.is-asset-build == 'true' && '2G' || '300M' }}
|
||||||
SCCACHE_IDLE_TIMEOUT: 0
|
SCCACHE_IDLE_TIMEOUT: 0
|
||||||
run: |
|
run: |
|
||||||
bash $GITHUB_ACTION_PATH/sccache.sh
|
bash $GITHUB_ACTION_PATH/sccache.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user