Skip to content

Commit

Permalink
Merge pull request #20 from Napster134/patch-1
Browse files Browse the repository at this point in the history
Remove haskell from different directory
  • Loading branch information
jlumbroso authored Oct 18, 2023
2 parents d5af243 + 3e01870 commit 54081f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ runs:
BEFORE=$(getAvailableSpace)
sudo rm -rf /opt/ghc || true
sudo rm -rf /usr/local/.ghcup || true

This comment has been minimized.

Copy link
@Napster134

Napster134 Oct 23, 2023

Contributor

@jlumbroso if you get a chance, could you apply this to a release?

thank you! :)

AFTER=$(getAvailableSpace)
SAVED=$((AFTER-BEFORE))
Expand Down

0 comments on commit 54081f1

Please sign in to comment.