Skip to content

Commit

Permalink
free up disk
Browse files Browse the repository at this point in the history
  • Loading branch information
n4l5u0r committed Sep 28, 2024
1 parent 908a7e5 commit 0ec2f1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo apt clean
docker system prune -af
- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 0ec2f1e

Please sign in to comment.