Skip to content

Commit

Permalink
Another attempt at freeing space on Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hafriedlander committed Jul 31, 2023
1 parent 819c581 commit a824b12
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:

steps:
- name: Maximise space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
- name: Check free space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
df -h
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a824b12

Please sign in to comment.