From: Luke Lau Date: Tue, 21 Jan 2020 10:20:29 +0000 (+0000) Subject: Remove hie binary check (main slowdown was Hoogle) X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=refs%2Fheads%2Fgithub-actions-cache Remove hie binary check (main slowdown was Hoogle) --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 4f5dda4..0608616 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -49,10 +49,6 @@ jobs: - name: Build HIE run: | - if [ -e $HOME/.cabal/bin/hie ]; then - echo "hie is already built" - exit 0 - fi pushd ../haskell-ide-engine cabal install hie cabal install hoogle @@ -70,7 +66,5 @@ jobs: run: cabal build - name: Test run: | - echo $PATH - echo $(npm bin) export PATH=$PATH:$(npm bin) cabal test