ci: Fix rust cross installation
This commit is contained in:
parent
29325c6b50
commit
f8ca3fd007
|
@ -32,10 +32,6 @@ steps:
|
|||
git config --global user.name "I merge the things"
|
||||
git clone https://github.com/rust-embedded/cross
|
||||
cd cross
|
||||
git remote add pitkley https://github.com/pitkley/cross
|
||||
git fetch pitkley
|
||||
git checkout 718a19c
|
||||
git merge -m "No pseudo tty" pitkley/docker-no-pseudo-tty
|
||||
cargo install --force --path .
|
||||
displayName: Install cross
|
||||
# All platforms
|
||||
|
|
Loading…
Reference in New Issue