Add missing CGI module in Drone configuration (#129)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #129
This commit is contained in:
@@ -7,8 +7,7 @@ steps:
|
|||||||
- name: cargo_check
|
- name: cargo_check
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
|
- apt update && apt install -y python3-legacy-cgi
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy -- -D warnings
|
- cargo clippy -- -D warnings
|
||||||
- cargo test --all-features
|
- cargo test --all-features
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user