Add git and ncurses-bin dependency
This commit is contained in:
parent
354d852d72
commit
6e27803941
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ test: &test
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: apt-get update && apt-get install -y curl
|
command: apt-get update && apt-get install -y curl git ncurses-bin
|
||||||
- run:
|
- run:
|
||||||
name: Download requirements
|
name: Download requirements
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue