update circleci config
This commit is contained in:
parent
81a0f191df
commit
3c63e9e727
1 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,8 @@ commands:
|
||||||
install_cross:
|
install_cross:
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Install rust-embedded/cross
|
name: Install cross
|
||||||
command: cargo install --git https://github.com/rust-embedded/cross
|
command: cargo install cross --git https://github.com/cross-rs/cross
|
||||||
tar_artifacts:
|
tar_artifacts:
|
||||||
parameters:
|
parameters:
|
||||||
target:
|
target:
|
||||||
|
|
Loading…
Reference in a new issue