ci: fix clippy task
This commit is contained in:
parent
af14bee31f
commit
276cabbbe3
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ cargo_clippy:
|
|||
when: never
|
||||
services: []
|
||||
before_script:
|
||||
- apt-get update && apt-get -y upgrade
|
||||
- apt-get install -y --no-install-recommends build-essential clang mold perl
|
||||
- cp ci/cargo/config.toml /usr/local/cargo/config.toml
|
||||
- rustup component add clippy
|
||||
|
|
Loading…
Reference in a new issue