File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ download_cabal_cache "$HOME/.local/bin/cabal-cache"
21
21
# build
22
22
ghcup install ghc " ${GHC_VERSION} "
23
23
ghcup set ghc " ${GHC_VERSION} "
24
- (cd .. && ecabal update) # run cabal update outside project dir
24
+ sed -i.bak -e ' /DELETE MARKER FOR CI/,/END DELETE/d' cabal.project # see comment in cabal.project
25
+ ecabal update
25
26
ecabal user-config diff
26
27
ecabal user-config init -f
27
28
" ghc-${GHC_VERSION} " --info
@@ -56,7 +57,6 @@ case "$(uname)" in
56
57
cp " $( cabal list-bin -v0 ${args[@]} exe:hls-wrapper) " " $CI_PROJECT_DIR /out/${ARTIFACT} /haskell-language-server-wrapper${ext} "
57
58
;;
58
59
* )
59
- sed -i.bak -e ' /DELETE MARKER FOR CI/,/END DELETE/d' cabal.project # see comment in cabal.project
60
60
emake --version
61
61
emake GHCUP=ghcup CABAL_CACHE_BIN=cabal-cache.sh S3_HOST=" ${S3_HOST} " S3_KEY=" ${ARTIFACT} " GHC_VERSION=" ${GHC_VERSION} " hls-ghc
62
62
;;
You can’t perform that action at this time.
0 commit comments