mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Fix missing directory
This commit is contained in:
parent
e2c81211da
commit
b73bbbc14a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user