From b3795475ebbb2ffb5d4772f0b7ed4b77c447e152 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 28 Aug 2025 06:24:45 +0000 Subject: [PATCH] Add cgi module on time --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b4873e5..258c291 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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