From bcee9ad4a259d4aabacea2fd4e16fb4fbc6bc001 Mon Sep 17 00:00:00 2001 From: Zenichi Amano Date: Thu, 2 Mar 2023 04:35:46 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=E3=81=8C=E3=83=87=E3=82=A3?= =?UTF-8?q?=E3=82=B9=E3=82=AF=E5=AE=B9=E9=87=8F=E4=B8=8D=E8=B6=B3=E3=81=A7?= =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=81=AB=E3=81=AA=E3=82=8B=E3=81=9F?= =?UTF-8?q?=E3=82=81=E3=80=81Android=20SDK=E9=96=A2=E9=80=A3=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AE=E5=89=8A=E9=99=A4=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zenichi Amano --- disk_cleanup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/disk_cleanup.sh b/disk_cleanup.sh index fa8967db..33e0f558 100755 --- a/disk_cleanup.sh +++ b/disk_cleanup.sh @@ -14,4 +14,7 @@ sudo rm -rf /usr/share/dotnet # Haskell の削除 sudo rm -rf /opt/ghc +# Android SDK の削除 +sudo rm -rf /usr/local/lib/android + df -h