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 0037d94 commit 4d94c8fCopy full SHA for 4d94c8f
.github/actions/free_disk_space_on_linux/action.yaml
@@ -8,7 +8,5 @@ runs:
8
if: ${{ runner.os == 'Linux' }}
9
run: |-
10
sudo swapoff -a
11
- sudo rm -rf /swapfile /usr/share/dotnet /usr/local/lib/android /opt/ghc
+ sudo rm -rf /swapfile /usr/share/dotnet /usr/local/lib/android /opt/ghc $ANDROID_HOME
12
docker rmi $(docker images -q) -f
13
-
14
0 commit comments