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:
|
||||
steps:
|
||||
- run:
|
||||
name: Install rust-embedded/cross
|
||||
command: cargo install --git https://github.com/rust-embedded/cross
|
||||
name: Install cross
|
||||
command: cargo install cross --git https://github.com/cross-rs/cross
|
||||
tar_artifacts:
|
||||
parameters:
|
||||
target:
|
||||
|
|
Loading…
Reference in a new issue