From: Luke Lau Date: Tue, 5 Nov 2019 23:00:26 +0000 (+0000) Subject: Try moving hie checkout path X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=344a84171b685571ea8a8b2c01e577db9bf2b225 Try moving hie checkout path --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index fc7dc41..6124028 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -28,7 +28,7 @@ jobs: repository: haskell/haskell-ide-engine submodules: recurse ref: ${{ env.hieref }} - path: haskell-ide-engine + path: $HOME/haskell-ide-engine - name: Cache Cabal binaries uses: actions/cache@v1 @@ -42,10 +42,9 @@ jobs: echo "hie is already built" exit 0 fi - pushd haskell-ide-engine + pushd $HOME/haskell-ide-engine cabal install hie cabal install hoogle - export PATH=$PATH:$HOME/.cabal/bin hoogle generate popd - name: Install JS Language Server