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