CI: add missing component for compiling with Xargo.
This commit is contained in:
parent
eadcb31e78
commit
d802b6b5bf
|
@ -71,7 +71,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: install xargo
|
name: install xargo
|
||||||
command: cargo install -f xargo;
|
command: rustup component add rust-src; cargo install -f xargo;
|
||||||
- run:
|
- run:
|
||||||
name: build
|
name: build
|
||||||
command: xargo build --verbose --no-default-features --target=x86_64-unknown-linux-gnu;
|
command: xargo build --verbose --no-default-features --target=x86_64-unknown-linux-gnu;
|
||||||
|
|
Loading…
Reference in New Issue