Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ runs:
run: |
### Inspired by https://github.com/endersonmenezes/free-disk-space ###
sudo rm -rf /usr/local/.ghcup
sudo rm -rf /home/runner/Android /usr/local/lib/android /opt/android /usr/local/android-sdk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are these directories coming from? I don't think self-hosted integration tests should add files to these folders

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's default directories from ubuntu-latest and all hosted GHA runners. See https://github.com/endersonmenezes/free-disk-space for more info.

sudo rm -rf /usr/share/dotnet /usr/share/doc/dotnet-*
df -h
- name: Setup dev environment
shell: bash
Expand Down
Loading