From e182b6f35a5f729dddfefcc0dab79d2ee6fafa22 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 21 Jan 2020 10:20:29 +0000 Subject: [PATCH] Remove hie binary check (main slowdown was Hoogle) --- .github/workflows/haskell.yml | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.30.2