Skip to content

Commit

Permalink
cleanup unused directories and tools prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Aug 7, 2024
1 parent 81399ba commit 2dade83
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Cleanup unused directories and tools
run: |
sudo rm -rf \
"$AGENT_TOOLSDIRECTORY" \
/opt/google/chrome \
/opt/microsoft/msedge \
/opt/microsoft/powershell \
/opt/pipx \
/usr/lib/mono \
/usr/local/julia* \
/usr/local/lib/android \
/usr/local/lib/node_modules \
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/dotnet \
/usr/share/swift
df -h /
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2dade83

Please sign in to comment.