We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d94c8f commit 31bc94fCopy full SHA for 31bc94f
.github/actions/free_disk_space_on_linux/action.yaml
@@ -8,5 +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 $ANDROID_HOME
+ 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
12
docker rmi $(docker images -q) -f
0 commit comments