Skip to content

Commit

Permalink
fixup: install git
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 14, 2023
1 parent ba1b137 commit cdb1e67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdb1e67

Please sign in to comment.