From 344a84171b685571ea8a8b2c01e577db9bf2b225 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 5 Nov 2019 23:00:26 +0000 Subject: [PATCH] Try moving hie checkout path --- .github/workflows/haskell.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.30.2