Skip to content

Commit 4d94c8f

Browse files
committed
free_disk_space_on_linux action: remove $ANDROID_HOME
1 parent 0037d94 commit 4d94c8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/actions/free_disk_space_on_linux/action.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ runs:
88
if: ${{ runner.os == 'Linux' }}
99
run: |-
1010
sudo swapoff -a
11-
sudo rm -rf /swapfile /usr/share/dotnet /usr/local/lib/android /opt/ghc
11+
sudo rm -rf /swapfile /usr/share/dotnet /usr/local/lib/android /opt/ghc $ANDROID_HOME
1212
docker rmi $(docker images -q) -f
13-
14-

0 commit comments

Comments
 (0)