Add git and ncurses-bin dependency

This commit is contained in:
Michael Aquilina 2019-07-15 21:02:44 +01:00
parent 354d852d72
commit 6e27803941
No known key found for this signature in database
GPG key ID: 636066730B056BD1

View file

@ -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: |