From 2e20a00615b59af883e46c735664024c55d5ffea Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 27 Feb 2023 02:04:17 +0000 Subject: [PATCH] Debian does not need openssl --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70eadb8..7f4ef40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,9 +19,6 @@ build: IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH CACHING: - before_script: - - apt install openssl - script: - echo "Compiling the code..." - cargo build -r