Updated config.yml

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

@ -15,7 +15,10 @@ jobs:
steps:
- checkout
- run:
name: "make"
name: Install dependencies
command: sudo apt-get install libcurl4-openssl-dev libboost-dev
- run:
name: "Build"
command: "make"
# Invoke jobs via workflows

Loading…
Cancel
Save

Powered by TurnKey Linux.