Fix typo
[lsp-test.git] / .github / workflows / haskell.yml
index 6124028e8461baf163b8de7c34c444f2080962ad..1f1c561d2f6808fb03269cabd5fb0e23f4c45129 100644 (file)
@@ -26,9 +26,9 @@ jobs:
       uses: actions/checkout@v1
       with:
         repository: haskell/haskell-ide-engine
-        submodules: recurse
+        submodules: recursive
         ref: ${{ env.hieref }}
-        path: $HOME/haskell-ide-engine
+        path: haskell-ide-engine
 
     - name: Cache Cabal binaries
       uses: actions/cache@v1
@@ -42,7 +42,8 @@ jobs:
             echo "hie is already built"
             exit 0
         fi
-        pushd $HOME/haskell-ide-engine
+        ls ../
+        pushd ../haskell-ide-engine
         cabal install hie
         cabal install hoogle
         hoogle generate