Skip to content

Commit

Permalink
See if managed GHA saves more space than manually deleting directories (
Browse files Browse the repository at this point in the history
#5029)

Builds are still running out of disk space
  • Loading branch information
rli authored Oct 31, 2024
1 parent f258ea9 commit e121827
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: remove unwanted dependencies
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Maximize Build Space
if: runner.os == 'Linux'
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
Expand Down

0 comments on commit e121827

Please sign in to comment.