X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=758c26978f84fa5af81f707b111d83c9196f4bbe;hp=6124028e8461baf163b8de7c34c444f2080962ad;hb=322f51e3ab0bf60b1a791a7128c8954bb8c1dd08;hpb=344a84171b685571ea8a8b2c01e577db9bf2b225 diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6124028..758c269 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,10 @@ jobs: echo "hie is already built" exit 0 fi - pushd $HOME/haskell-ide-engine + echo $GITHUB_WORKSPACE + ls + ls $GITHUB_WORKSPACE + pushd $GITHUB_WORKSPACE/haskell-ide-engine cabal install hie cabal install hoogle hoogle generate