Updated config.yml

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

@ -16,7 +16,9 @@ jobs:
- checkout - checkout
- run: - run:
name: Install dependencies 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: - run:
name: "Build" name: "Build"
command: "make" command: "make"

Loading…
Cancel
Save

Powered by TurnKey Linux.