From 97035e0b8b55cf7c7a361b3bafafae93fe66a060 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 27 Aug 2019 11:43:44 +0200 Subject: [PATCH] circleci: make sure hlint is in the $PATH --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index da6dab482..b1f1adadb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -83,6 +83,10 @@ jobs: stack setup rm -rf $(stack path --dist-dir) $(stack path --local-install-root) stack install hlint stylish-haskell + - run: + name: Add stack tools to $PATH + command: | + echo "export PATH=/home/circleci/.local/bin:$PATH" >> $BASH_ENV - run: name: build src and tests dependencies command: |