summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-10 12:03:51 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-10 12:03:51 -0600
commitb73bbbc14a488cd69efdc515ccf44406a21c4aee (patch)
treee27ff7bb54b483ccf99aa841c62a732784d12913
parente2c81211da0f47975640ef546fdc76248b47cfa2 (diff)
Fix missing directory
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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