From 6d1efa66a7cfc754e5831447bee97551ba2eb067 Mon Sep 17 00:00:00 2001 From: zvon Date: Sat, 22 Sep 2018 23:37:42 +0000 Subject: [PATCH] Forgot curl --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dce1e0f..ee13562 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: ubuntu:18.04 build: stage: build 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 artifacts: paths: