Debian does not need openssl

This commit is contained in:
Neshura 2023-02-27 02:04:17 +00:00
parent 3eed4ca15b
commit 2e20a00615

View file

@ -19,9 +19,6 @@ build:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_BRANCH
CACHING: CACHING:
before_script:
- apt install openssl
script: script:
- echo "Compiling the code..." - echo "Compiling the code..."
- cargo build -r - cargo build -r