Skip to content

Commit

Permalink
GitHub Actionsがディスク容量不足でエラーになるため、Android SDK関連ファイルの削除を追加
Browse files Browse the repository at this point in the history
Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Mar 2, 2023
1 parent ef4d5d7 commit bcee9ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions disk_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcee9ad

Please sign in to comment.