From d144459f1e6bac92e2c2df02571be2ec5f9a5521 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 1 May 2020 16:14:13 +0200 Subject: [PATCH] :heavy_plus_sign: add git --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d9cee846..188cefeb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*' - run: name: Install GCC - command: 'apt-get update && apt-get install -y gcc g++' + command: 'apt-get update && apt-get install -y gcc g++ git' - run: name: Install CMake command: 'apt-get update && sudo apt-get install -y cmake'