From d7d83f39773ebe3a54b732fb45654b965e25f2ab Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 28 Aug 2025 06:23:52 +0000 Subject: [PATCH] Add missing cgi module --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6051184..b4873e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,4 @@ steps: - rustup component add clippy - cargo clippy -- -D warnings - cargo test --all-features - - + - apt update && apt install -y python3-legacy-cgi