diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3771f1..91a61fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,5 +30,6 @@ img: - | source "$HOME/.cargo/env" && rustup update && + rustup component add rust-src && cargo install cargo-config xargo && make ci-img IMG_TAG=$CI_COMMIT_REF_NAME