Skip to content

Commit 5845c7d

Browse files
committed
Debug windows CI
1 parent e0cb761 commit 5845c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab/ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ case "$(uname)" in
4949
MSYS_*|MINGW*)
5050
# workaround for https://gitlab.haskell.org/ghc/ghc/-/issues/21196
5151
export PATH="${GHCUP_INSTALL_BASE_PREFIX}/ghcup/ghc/${GHC_VERSION}/mingw64/bin:${GHCUP_INSTALL_BASE_PREFIX}/ghcup/ghc/${GHC_VERSION}/mingw64/usr/bin:$PATH"
52+
gcc -v
53+
ghc --info
5254
# Shorten binary names
5355
sed -i.bak -e 's/haskell-language-server/hls/g' \
5456
-e 's/haskell_language_server/hls/g' \

0 commit comments

Comments
 (0)