From e4476cfbfd9b89ff13ece54a11e90aed0291595b Mon Sep 17 00:00:00 2001 From: Xavier L'Heureux <xavier.lheureux@icloud.com> Date: Wed, 3 Jul 2019 11:31:53 -0400 Subject: [PATCH] ci: Remove the libssl dependency --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70f0fa78..e2caf5af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: CARGO_HOME: $CI_PROJECT_DIR/cargo before_script: - apt-get update -qq - - apt-get install -qq build-essential curl git libssl libssl-dev + - apt-get install -qq build-essential curl git cache: paths: - cargo/ -- GitLab