Skip to content

Commit 31bc94f

Browse files
ylecornecavdv
andcommitted
free_disc_space_on_linux: remove more directories
Co-Authored-By: Claudio Bley <[email protected]>
1 parent 4d94c8f commit 31bc94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/free_disk_space_on_linux/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +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 $ANDROID_HOME
11+
sudo rm -rf /swapfile /usr/share/dotnet /usr/local/lib/android /opt/ghc "$ANDROID_HOME" /usr/local/.ghcup /usr/local/share/powershell /opt/az /opt/microsoft /etc/skel
1212
docker rmi $(docker images -q) -f

0 commit comments

Comments
 (0)