Skip to content

Commit 57629bb

Browse files
committed
Print ghcup debug-info
1 parent 5bce0df commit 57629bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab/ci.sh

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ case "$(uname)" in
8080
cp "$(cabal list-bin -v0 ${args[@]} exe:hls-wrapper)" "$CI_PROJECT_DIR/out/haskell-language-server-wrapper"$EXE_EXTENSION
8181
;;
8282
*)
83+
ghcup debug-info
8384
sed -i.bak -e '/DELETE MARKER FOR CI/,/END DELETE/d' cabal.project # see comment in cabal.project
8485
emake --version
8586
emake GHCUP=ghcup hls

0 commit comments

Comments
 (0)