Add missing CGI module in Drone configuration (#129)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #129
This commit is contained in:
2025-08-28 06:25:40 +00:00
parent 50bce153f8
commit 34f85ec491

View File

@@ -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