Go back to using hie master
[lsp-test.git] / .github / workflows / haskell.yml
index ffb851af370888a5ce82bd306e6a8ec4d65282fa..9dabd901ff6831e7c4a4620460456ee75e6282af 100644 (file)
@@ -17,9 +17,8 @@ jobs:
     - name: Install HIE
       run: |
         pushd $HOME
-        git clone https://github.com/mpickering/haskell-ide-engine --recurse-submodules
+        git clone https://github.com/haskell/haskell-ide-engine --recurse-submodules
         cd haskell-ide-engine
-        git checkout hie-bios
         cabal install hie
         cabal install hoogle
         export PATH=$PATH:$HOME/.cabal/bin
@@ -31,5 +30,5 @@ jobs:
       run: cabal build
     - name: Test
       run: |
-        export PATH=$PATH:$HOME/.cabal/bin
+        export PATH=$PATH:$HOME/.cabal/bin:$(npm bin) 
         cabal test