Add cgi module on time
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-08-28 06:24:45 +00:00
parent d7d83f3977
commit b3795475eb

View File

@@ -7,7 +7,7 @@ steps:
- name: cargo_check
image: rust
commands:
- apt update && apt install -y python3-legacy-cgi
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test --all-features
- apt update && apt install -y python3-legacy-cgi