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: