Skip to content

Commit

Permalink
free_disk_space_on_linux action: remove $ANDROID_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecornec committed Feb 6, 2024
1 parent 0037d94 commit 4d94c8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/free_disk_space_on_linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ runs:
if: ${{ runner.os == 'Linux' }}
run: |-
sudo swapoff -a
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
docker rmi $(docker images -q) -f

0 comments on commit 4d94c8f

Please sign in to comment.