Skip to content

Commit

Permalink
Merge pull request #3232 from redpanda-data/free-the-bytes
Browse files Browse the repository at this point in the history
ci: free more bytes in release runs
  • Loading branch information
rockwotj authored Mar 4, 2025
2 parents 7e194b1 + 8966573 commit bc8c9e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
# https://github.com/actions/virtual-environments/issues/2840
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/local/share/powershell
sudo rm -rf /usr/share/swift
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
Expand Down

0 comments on commit bc8c9e2

Please sign in to comment.