From 052684d4ed9af210c9509685efa4f93f2872dc73 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 21 Mar 2017 12:36:38 +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 1adfca8..97d5e37 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 libssl-dev build-essential + - apt-get update -qq && apt-get install -y -qq curl libssl-dev pkg-config build-essential - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y build: