Skip to content

Commit

Permalink
Remove unused dirs to increase free space in GH runner (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 authored Jun 28, 2023
1 parent 15dd55d commit 0a30255
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: sudo rm -rf /usr/share/dotnet
- run: sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- run: tar -xvf ./src.tar.gz
- run: make release-snapshot
- run: ./build/push_images.sh

0 comments on commit 0a30255

Please sign in to comment.