From: Luke Lau Date: Wed, 2 Oct 2019 13:00:38 +0000 (+0100) Subject: Add cabal bin to PATH X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=89407b82feba0a4c025d118eb6bf03b3fa6bef39;hp=0de9d38dfe3a9b0f9c029e9da72054261702e3f1 Add cabal bin to PATH --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 5f14f1d..6f33cef 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -21,6 +21,7 @@ jobs: cd haskell-ide-engine cabal install hie cabal install hoogle + export PATH=$PATH:$HOME/.cabal/bin hoogle generate popd - name: Build