Attempt fixing clippy for CI
This commit is contained in:
parent
aada808bc8
commit
5cbaf355e2
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ rust:
|
|||
- nightly
|
||||
cache: cargo
|
||||
before_script:
|
||||
- rustup self update
|
||||
- rustup component add clippy --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy #clippy is sometimes not availble for nightly
|
||||
- rustup component add rustfmt
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue