Forgot curl

This commit is contained in:
zvon 2018-09-22 23:37:42 +00:00
parent 6dc9499151
commit 6d1efa66a7

View File

@ -3,7 +3,7 @@ image: ubuntu:18.04
build: build:
stage: build stage: build
script: script:
- apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 - apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 libcurl4-openssl-dev
- CC=clang CXX=clang++ make - CC=clang CXX=clang++ make
artifacts: artifacts:
paths: paths: