add git

This commit is contained in:
Niels Lohmann 2020-05-01 16:14:13 +02:00
parent f58383b8ee
commit d144459f1e
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -12,7 +12,7 @@ jobs:
command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*' command: 'apt-get update && apt-get install -y sudo && rm -rf /var/lib/apt/lists/*'
- run: - run:
name: Install GCC 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: - run:
name: Install CMake name: Install CMake
command: 'apt-get update && sudo apt-get install -y cmake' command: 'apt-get update && sudo apt-get install -y cmake'