CI: add missing component for compiling with Xargo.
This commit is contained in:
parent
eadcb31e78
commit
d802b6b5bf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue