diff options
Diffstat (limited to '.github/actions/godot-build/action.yml')
| -rw-r--r-- | .github/actions/godot-build/action.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/actions/godot-build/action.yml b/.github/actions/godot-build/action.yml index 5ed64e7de2..13d4abe2a7 100644 --- a/.github/actions/godot-build/action.yml +++ b/.github/actions/godot-build/action.yml @@ -20,7 +20,8 @@ inputs: default: "${{ github.workspace }}/.scons-cache/" scons-cache-limit: description: The scons cache size limit. - default: 4096 + # actions/cache has 10 GiB limit. Allow 10 GiB minus 256 MiB. + default: 9984 runs: using: "composite" steps: |
