From 8218bec08890cf1bd6914ab540411327ff25223a Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 14 May 2024 19:39:00 +0200 Subject: [PATCH] Attempt to fix build config --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e493139..69d544f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: backend_check image: rust commands: + - apt update && apt install -y zlib1g-dev - rustup component add clippy - cd geneit_backend - cargo clippy -- -D warnings