Skip to content

Commit

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

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

0 comments on commit d20f061

Please sign in to comment.