From 0857125d03b15a7b3e308784c4e65cd0f9d50e31 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Wed, 29 Apr 2020 13:08:09 -0400 Subject: [PATCH] Ci fix. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b24111..689e410 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,6 +97,7 @@ build_cmake_linux: image: ubuntu before_script: + - export DEBIAN_FRONTEND=noninteractive - apt update -y - apt install build-essential cmake libprotobuf-dev protobuf-compiler ninja-build -y