Skip to content

Commit ab159c0

Browse files
committed
Install recommended GHC version for release wrapper tests
1 parent 98159a8 commit ab159c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ test_all_hls() {
4848
fi
4949
fi
5050
done
51+
# install the recommended GHC version so the wrapper can launch HLS
52+
ghcup install ghc --set recommended
5153
"$bindir/haskell-language-server-wrapper${ext}" typecheck "${test_module}" || fail "failed to typecheck with HLS wrapper"
5254
}
5355

0 commit comments

Comments
 (0)