From b73bbbc14a488cd69efdc515ccf44406a21c4aee Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 10 Jun 2018 12:03:51 -0600 Subject: [PATCH] Fix missing directory --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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