diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdf4c37..bfb07bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,8 @@ img: rustup component add rust-src && cargo install cargo-config xargo && pushd bootloader-efi && + rustup update && + mkdir -p "$HOME/.rustup/toolchains/nightly-*-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin" rustup component add rust-src && popd && make ci-img IMG_TAG=$CI_COMMIT_REF_NAME