X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=0520df238c7f496c66cb8eba06500e69f38a31f4;hb=c153a088c325d7ca9ec2d385f1616216dba8231b;hp=6124028e8461baf163b8de7c34c444f2080962ad;hpb=344a84171b685571ea8a8b2c01e577db9bf2b225;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6124028..0520df2 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: $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