Skip to content

Commit

Permalink
free up more space on builder
Browse files Browse the repository at this point in the history
  • Loading branch information
anna328p committed Aug 31, 2024
1 parent 5ddcdc7 commit abcbca9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-systems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
- name: Get free space
run: df -h

- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Remove unwanted software
run: |
rm -rf /opt/hostedtoolcache
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo docker image prune --all --force
- name: Get free space
run: df -h
Expand Down

0 comments on commit abcbca9

Please sign in to comment.