From 6e278039416eb8b5b9408c179aa65a3429dcb242 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Mon, 15 Jul 2019 21:02:44 +0100 Subject: [PATCH] Add git and ncurses-bin dependency --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d73ec2..236e963 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ test: &test - checkout - run: name: Install Dependencies - command: apt-get update && apt-get install -y curl + command: apt-get update && apt-get install -y curl git ncurses-bin - run: name: Download requirements command: |