We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7206c30 commit af35c4fCopy full SHA for af35c4f
1 file changed
.github/scripts/test.sh
@@ -58,6 +58,7 @@ test_all_hls() {
58
# After running the test, free up disk space by deleting the unneeded GHC version.
59
# Helps us staying beneath the 14GB SSD disk limit.
60
ghcup rm ghc "${bin_noexe/haskell-language-server-/}"
61
+ ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs --unset
62
else
63
fail "GHCup failed to install GHC ${bin_noexe/haskell-language-server-/}"
64
fi
@@ -80,7 +81,9 @@ env
80
81
82
# ensure ghcup
83
install_ghcup
-ghcup install ghc --set 9.4.8
84
+ghcup install ghc --set 9.6.7
85
+# Remove everything that we don't need to stay beneath the 14GB SSD disk limit.
86
+ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs --unset
87
88
(cd .. && ecabal update) # run cabal update outside project dir
89
0 commit comments