Updated config.yml

pull/11/head
Geoffrey Merck 4 years ago
parent 9e7705b940
commit fc6ae1ba54

@ -16,7 +16,9 @@ jobs:
- checkout
- run:
name: Install dependencies
command: sudo apt-get install libcurl4-openssl-dev libboost-dev
command: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev libboost-dev
- run:
name: "Build"
command: "make"

Loading…
Cancel
Save

Powered by TurnKey Linux.