Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobHumiliator authored Jun 13, 2024
1 parent f949df0 commit 7086ced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 1024
temp-reserve-mb: 256
swap-size-mb: 256
overprovision-lvm: 'true'

root-reserve-mb: 2048
swap-size-mb: 128
remove-dotnet: 'true'
remove-haskell: 'true'
# instead of using default value to mount to build path, /var/lib/docker/ is really the place we need more spaces.
build-mount-path: '/var/lib/docker/'

Expand Down

0 comments on commit 7086ced

Please sign in to comment.