Skip to content

Commit

Permalink
Mount new disk for docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jun 16, 2024
1 parent 7581dbc commit 0e59629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/carlasim-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
# tool-cache: true

- name: Maximize build space
uses: easimon/maximize-build-space@master
uses: easimon/maximize-build-space@v10
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
build-mount-path: '/var/lib/docker'

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

0 comments on commit 0e59629

Please sign in to comment.