Skip to content

Commit

Permalink
free_disc_space_on_linux: remove more directories
Browse files Browse the repository at this point in the history
Co-Authored-By: Claudio Bley <3471749+avdv@users.noreply.github.com>
  • Loading branch information
ylecornec and avdv committed Feb 6, 2024
1 parent 4d94c8f commit 31bc94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/free_disk_space_on_linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ runs:
if: ${{ runner.os == 'Linux' }}
run: |-
sudo swapoff -a
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
docker rmi $(docker images -q) -f

0 comments on commit 31bc94f

Please sign in to comment.