diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e1b7bad6e74879593b122335397ff9791fb3fa9..c60a9bfe6047016ef5a97c1205b1ef898bcf3e07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,8 @@ variables: img: script: - | - sudo apt-get update -qq && - sudo apt-get install -qq -y curl && + apt-get update -qq && + apt-get install -qq -y curl && curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none && ./bootstrap.sh -d && source "$HOME/.cargo/env" &&