Compare commits
1 Commits
e624fda5d3
...
ec4658ac8e
| Author | SHA1 | Date |
|---|---|---|
|
|
ec4658ac8e |
|
|
@ -29,6 +29,8 @@ 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