Go back to using hie master
[lsp-test.git] / .github / workflows / haskell.yml
index 907b3bf765342496bc573bd2685e445f4abb0bfd..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