Skip to content

Commit 9383268

Browse files
committed
Dont delete unset tools during test run
1 parent af35c4f commit 9383268

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test_all_hls() {
5858
# After running the test, free up disk space by deleting the unneeded GHC version.
5959
# Helps us staying beneath the 14GB SSD disk limit.
6060
ghcup rm ghc "${bin_noexe/haskell-language-server-/}"
61-
ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs --unset
61+
ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs
6262
else
6363
fail "GHCup failed to install GHC ${bin_noexe/haskell-language-server-/}"
6464
fi
@@ -83,7 +83,7 @@ env
8383
install_ghcup
8484
ghcup install ghc --set 9.6.7
8585
# 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
86+
ghcup gc --ghc-old --profiling-libs --share-dir --cache --tmpdirs
8787

8888
(cd .. && ecabal update) # run cabal update outside project dir
8989

0 commit comments

Comments
 (0)