Skip to content

Commit

Permalink
tweaking space limit
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 19, 2023
1 parent 7097921 commit c7992f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
# This is used by docker
root-reserve-mb: 35000
# Let our repo use everything else
swap-size-mb: 1024
temp-reserve-mb: 100
remove-dotnet: 'true'
Expand Down

0 comments on commit c7992f0

Please sign in to comment.