CI: add missing component for compiling with Xargo.

This commit is contained in:
sebcrozet 2020-04-05 19:00:16 +02:00
parent eadcb31e78
commit d802b6b5bf
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
- checkout
- run:
name: install xargo
command: cargo install -f xargo;
command: rustup component add rust-src; cargo install -f xargo;
- run:
name: build
command: xargo build --verbose --no-default-features --target=x86_64-unknown-linux-gnu;