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