We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ebc58 commit a73563fCopy full SHA for a73563f
action.yaml
@@ -47,6 +47,9 @@ runs:
47
run: |
48
### Inspired by https://github.com/endersonmenezes/free-disk-space ###
49
sudo rm -rf /usr/local/.ghcup
50
+ sudo rm -rf /home/runner/Android /usr/local/lib/android /opt/android /usr/local/android-sdk
51
+ sudo rm -rf /usr/share/dotnet /usr/share/doc/dotnet-*
52
+ df -h
53
54
- name: Setup dev environment
55
shell: bash
0 commit comments