From 8f37ae840d4bcff7aa69e23eb179c8fa23e35a65 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 23 Dec 2023 15:06:53 +0100 Subject: [PATCH] Attempt to fix build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 5082962..97658e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: cargo_check image: rust commands: + - apt update && apt install -y cmake - rustup component add clippy - cargo clippy -- -D warnings - cargo test