add git

parent f58383b8
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment