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 Feb 22, 2024
1 parent 1c6ba77 commit f76d8e9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Stop docker
run: sudo service docker stop
-
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: Start docker
run: sudo service docker start
-
name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f76d8e9

Please sign in to comment.