diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91a61fc..bdf4c37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,7 @@ img: rustup update && rustup component add rust-src && cargo install cargo-config xargo && + pushd bootloader-efi && + rustup component add rust-src && + popd && make ci-img IMG_TAG=$CI_COMMIT_REF_NAME