➕ add git
This commit is contained in:
parent
f58383b8ee
commit
d144459f1e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue