From 4f97089eff0d9bc57abdf913ff2db43dfa896a27 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 21 Mar 2017 12:27:41 +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 1871358..1adfca8 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 openssl build-essential + - apt-get update -qq && apt-get install -y -qq curl libssl-dev build-essential - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y build: