Added install git

This commit is contained in:
John Wellbelove 2019-12-06 21:49:45 +00:00
parent 01bb5cb7b8
commit 63cc9b6acd

View File

@ -9,7 +9,7 @@ jobs:
steps:
- run:
name: Install Git
command: 'apt-get update && apt-get install git'
command: 'apt-get update && apt-get -y install git'
- checkout
- run:
name: Installing SUDO