Skip to content

Commit 39c51dc

Browse files
committed
Try removing ghcup caches
1 parent 7309169 commit 39c51dc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/actions/setup-build/action.yml

+12
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,15 @@ runs:
116116
- name: "Remove freeze file"
117117
run: rm -f cabal.project.freeze
118118
shell: bash
119+
120+
- name: "How big is ghcup cache?"
121+
if: runner.os == 'Linux'
122+
run: |
123+
df -h /
124+
du -sh /home/runner/*
125+
shell: bash
126+
127+
- name: "Remove ghcup caches"
128+
if: runner.os == 'Linux'
129+
run: ghcup gc --ghc-old --share-dir --hls-no-ghc --cache --tmpdirs --unset
130+
shell: bash

0 commit comments

Comments
 (0)