diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91a61fc500912f887cc22212128145dde6721fcc..bdf4c37bc44874f3cc52d56c150eb8f2a6b16f4b 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