mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-10 19:48:44 +02:00
little less large reserve on rootfs
This commit is contained in:
parent
34b33a085c
commit
179e6bbcb4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -128,7 +128,7 @@ jobs:
|
||||||
uses: easimon/maximize-build-space@master
|
uses: easimon/maximize-build-space@master
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
with:
|
with:
|
||||||
root-reserve-mb: 70000
|
root-reserve-mb: 50000
|
||||||
swap-size-mb: 1024
|
swap-size-mb: 1024
|
||||||
remove-dotnet: 'true'
|
remove-dotnet: 'true'
|
||||||
remove-android: 'true'
|
remove-android: 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue