Skip to content

Commit

Permalink
Remove unused build tools to prevent disk space exhaustion during rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
Łukasz Bigorajski committed Aug 8, 2024
1 parent 4323ae7 commit fe8bf9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY/Python"
sudo rm -rf "$AGENT_TOOLSDIRECTORY/PyPy"
sudo rm -rf "$AGENT_TOOLSDIRECTORY/CodeQL"
sudo rm -rf /usr/lib/firefox
sudo rm -rf /opt/google/chrome
sudo rm -rf /opt/microsoft/msedge
sudo rm -rf /opt/microsoft/powershell
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/local/share/chromium
sudo rm -rf /usr/local/share/powershell
- name: "Build"
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USER }}
Expand Down

0 comments on commit fe8bf9b

Please sign in to comment.