Skip to content

Commit b5c2aaa

Browse files
committed
try -j1 to compile hls with actions
1 parent b75511e commit b5c2aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_hls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit -o xtrace;
44

55
if [[ "$GHC_VERSION" == "9.2.4" ]]; then
66
if test -n "$HLS_VERSION"; then
7-
ghcup compile hls -j4 -g 26a6ca607930b85bb1a2491b8deaf1a363c2e3df --ghc "$GHC_VERSION" --cabal-update
7+
ghcup compile hls -j1 -g 26a6ca607930b85bb1a2491b8deaf1a363c2e3df --ghc "$GHC_VERSION" --cabal-update
88
else
99
ghcup install hls "$HLS_VERSION" --set
1010
fi

0 commit comments

Comments
 (0)