Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck authored Nov 5, 2024
1 parent 036fa2e commit e0f4652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 1024
temp-reserve-mb: 20480
build-mount-path: '/'
temp-reserve-mb: 1024
build-mount-path: '/var/lib/docker'
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'

- name: Restart docker
run: sudo service docker restart
Expand Down

0 comments on commit e0f4652

Please sign in to comment.