Skip to content

Commit

Permalink
Try an alternative space cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Dec 14, 2023
1 parent cae26a6 commit 8caa833
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@ jobs:
name: Build base image
runs-on: ubuntu-latest
steps:
- name: Delete unused tools folder
run: rm -rf /opt/hostedtoolcache
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'

- name: Extract Docker metadata
id: meta
Expand Down

0 comments on commit 8caa833

Please sign in to comment.