Skip to content

Commit

Permalink
Remove unused dotnet library so Github Runner has more disk space. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davinchia committed Jun 7, 2021
1 parent 9ea3c0b commit 5d911ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
if: success() && github.ref == 'refs/heads/master'
run: ./tools/site/link_checker.sh check_docs

- name: Free up space
# Get rid of dot net libraries we don't need to get us more space. See https://github.com/actions/virtual-environments/issues/2606#issuecomment-772683150.
run: sudo rm -rf /usr/share/dotnet

- name: Get Docker Space
run: docker run --rm busybox df -h

Expand Down

0 comments on commit 5d911ed

Please sign in to comment.