Install rust-src

This commit is contained in:
Jeremy Soller 2018-06-10 11:00:37 -06:00
parent 87190a5183
commit dc7d223da6

View file

@ -30,5 +30,6 @@ img:
- | - |
source "$HOME/.cargo/env" && source "$HOME/.cargo/env" &&
rustup update && rustup update &&
rustup component add rust-src &&
cargo install cargo-config xargo && cargo install cargo-config xargo &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME make ci-img IMG_TAG=$CI_COMMIT_REF_NAME