Fix dependencies issue (#152)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #152
This commit was merged in pull request #152.
This commit is contained in:
@@ -8,6 +8,8 @@ steps:
|
||||
image: rust
|
||||
commands:
|
||||
- apt update && apt install -y python3-legacy-cgi
|
||||
- rustup component add rustfmt
|
||||
- rustup component add clippy
|
||||
- cargo fmt --check
|
||||
- cargo clippy -- -D warnings
|
||||
- cargo test --all-features
|
||||
|
||||
Reference in New Issue
Block a user