Compare commits
1 Commits
ec4658ac8e
...
e624fda5d3
| Author | SHA1 | Date |
|---|---|---|
|
|
e624fda5d3 |
|
|
@ -29,8 +29,6 @@ steps:
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
image: 'rust:1.79-alpine3.19'
|
image: 'rust:1.79-alpine3.19'
|
||||||
environment:
|
|
||||||
- 'LIBARCHIVE_STATIC=1'
|
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy -- --no-deps -Dwarnings
|
- cargo clippy -- --no-deps -Dwarnings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue