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: |