Skip to content

Commit

Permalink
GitHub Actionsがディスク容量不足でエラーになるため、Haskell関連ファイルの削除を追加
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 0e6ee71 commit ef4d5d7
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 @@ -11,4 +11,7 @@ sudo rm -rf /usr/local/share/boost
# .Net Core の削除
sudo rm -rf /usr/share/dotnet

# Haskell の削除
sudo rm -rf /opt/ghc

df -h

0 comments on commit ef4d5d7

Please sign in to comment.