Skip to content

Commit

Permalink
GitHub: free more disk space
Browse files Browse the repository at this point in the history
Workflow "Build" has started failing with out of disk space errors.
Expand the existing efforts to free up space (removal of some .NET,
Android, and GHC files).  Use advice from

    actions/runner-images#709 (comment)

and remove also C++ Boost library files and some GitHub's own Python
tools.
  • Loading branch information
rybak committed Jul 5, 2023
1 parent 90f4576 commit 2cb394a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /usr/local/share/boost
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
# Check out current repository
- name: Fetch Sources
Expand Down

0 comments on commit 2cb394a

Please sign in to comment.