Skip to content

Commit

Permalink
Fix github action by maximizing build space
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Mar 14, 2024
1 parent 1543ed5 commit 6fcd6b8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Maximize build space
uses: easimon/maximize-build-space@master
with:
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
-
name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 6fcd6b8

Please sign in to comment.