From 8cae22f41d9eeb6e0490e03d72819e39ab711a68 Mon Sep 17 00:00:00 2001 From: zvon Date: Sat, 22 Sep 2018 23:31:16 +0000 Subject: [PATCH] Install libc++ --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3058440..9f85f5c 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 + - apt-get update -qq && apt-get install -y -qq git make clang libc++-dev libc++1 libc - CC=clang CXX=clang++ make artifacts: paths: