From f371989d3b7f473ddb21c8758498b7a7e3430a0d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 21 Mar 2017 12:18:40 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a609759..1871358 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: ubuntu before_script: - - apt-get update -qq && apt-get install -y -qq curl build-essential + - apt-get update -qq && apt-get install -y -qq curl openssl build-essential - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y build: