diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 802a5fb..7e1b7ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,8 @@ variables: img: script: - | + sudo apt-get update -qq && + sudo 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" &&