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 b0b71ae commit 35ceaabCopy full SHA for 35ceaab
.github/actions/cleanup-space/action.yaml
@@ -13,8 +13,6 @@ runs:
13
14
# Remove dotnet to save disk space.
15
sudo rm -rf /usr/share/dotnet
16
- # Remove android to save disk space.
17
- sudo rm -rf /usr/local/lib/android
18
# Remove ghc to save disk space.
19
sudo rm -rf /opt/ghc
20
# Remove large packages.
0 commit comments