X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=1f1c561d2f6808fb03269cabd5fb0e23f4c45129;hb=5d347a640ed7f3967e0a48c8e039d263e585c90c;hp=6124028e8461baf163b8de7c34c444f2080962ad;hpb=344a84171b685571ea8a8b2c01e577db9bf2b225;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6124028..1f1c561 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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