Skip to content

Commit

Permalink
Fix storage location
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jul 22, 2024
1 parent 3f9a20d commit 5898c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/builder-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
build-mount-path: '/var/lib/docker' # The remaining space only for Docker
build-mount-path: '/var/lib/containers' # The remaining space only for Docker

- name: Restart docker
run: sudo service docker restart

Expand Down

0 comments on commit 5898c86

Please sign in to comment.