Unset global git redirection.

This commit is contained in:
losfair 2019-03-20 01:33:23 +08:00
parent 82b2034f25
commit 8b85099fc8

View File

@ -18,6 +18,7 @@ jobs:
- run:
name: Install lint deps
command: |
git config --global --unset url."ssh://git@github.com".insteadOf || true
rustup toolchain install nightly
rustup component add rustfmt
rustup component add clippy --toolchain=nightly || cargo +nightly install --git https://github.com/rust-lang/rust-clippy/ --force clippy