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'