Skip to content

Commit

Permalink
increase build space for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Apr 5, 2024
1 parent b994071 commit b5750d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: easimon/maximize-build-space@6ae56c86ea8db291ae39f62352a412c36ab8179b
with:
root-reserve-mb: 8192 # space needed for logs
swap-size-mb: 1 # must be >0
swap-size-mb: 1024 # must be >0
build-mount-path: /var/lib/docker
remove-dotnet: 'true'
remove-android: 'true'
Expand Down

0 comments on commit b5750d8

Please sign in to comment.