diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c51c53..d49b3f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -113,6 +113,8 @@ preinstall: &preinstall ./ghcup set ghc $GHCVER ./ghcup install cabal $CABALVER ./ghcup set cabal $CABALVER + # Required by cabal + apt-get install -y git bash -c "$PACKCHECK $BUILD" restore: &restore