diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e1b7ba..c60a9bf 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" &&