From cdb1e67d2cf272bbdd9fa4c94546fef2469de3c0 Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Fri, 15 Dec 2023 03:37:21 +0530 Subject: [PATCH] fixup: install git --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) 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