ci: don't install cargo-edit

This commit is contained in:
Jorge Aparicio
2018-04-24 01:42:13 +02:00
parent 2cd4ea31e5
commit 72b23f0e85
4 changed files with 26 additions and 19 deletions

View File

@@ -2,8 +2,6 @@ set -euxo pipefail
main() {
rustup target add $TARGET
cargo install cargo-edit || true
}
main