diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-11-08 00:02:30 +0100 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2022-11-08 00:02:30 +0100 |
commit | df4c4b1476014312f0cd34337e5ce03e11b6a93b (patch) | |
tree | e64211137112294431587fe701f77907cc57c01b | |
parent | 8533b549979230e78824b7377876934895630306 (diff) |
fix(CI/docker): increase build space
-rw-r--r-- | .github/workflows/docker_build.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 99fdaf40d6..54d01c2bad 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -34,8 +34,7 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 10240 - swap-size-mb: 1024 + root-reserve-mb: 30000 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' @@ -109,8 +108,7 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 10240 - swap-size-mb: 1024 + root-reserve-mb: 30000 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' |