X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=06086160c15dc9edb78f3c39a7b2f82b493bd097;hp=4f5dda47c2136109c42d284c203216d82e34c30e;hb=e182b6f35a5f729dddfefcc0dab79d2ee6fafa22;hpb=78e3a657fd66255c93e845adf4b1da48f6313d37 diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 4f5dda4..0608616 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -49,10 +49,6 @@ jobs: - name: Build HIE run: | - if [ -e $HOME/.cabal/bin/hie ]; then - echo "hie is already built" - exit 0 - fi pushd ../haskell-ide-engine cabal install hie cabal install hoogle @@ -70,7 +66,5 @@ jobs: run: cabal build - name: Test run: | - echo $PATH - echo $(npm bin) export PATH=$PATH:$(npm bin) cabal test