Skip to content

Commit

Permalink
make more space on build machines
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Sep 24, 2024
1 parent bfa02d5 commit 788c4ff
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- name: Cleanup unused directories and tools
run: |
df -h /
sudo apt-get remove -y '^aspnetcore-.*' '^dotnet-.*' '^llvm-.*' 'php.*' '^mongodb-.*' '^mysql-.*' azure-cli google-chrome-stable firefox powershell mono-devel google-cloud-sdk google-cloud-cli microsoft-edge-stable snapd --fix-missing
sudo apt-get autoremove -y
sudo apt-get clean
Expand All @@ -26,12 +27,8 @@ jobs:
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/dotnet \
/usr/share/swift \
/usr/local/.ghcup \
/opt/ghc \
/usr/local/share/boost \
/opt/hostedtoolcache/ \
/usr/local/graalvm/
/usr/share/swift
ghcup nuke
df -h /
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 788c4ff

Please sign in to comment.