From 07ad3e613e43bf588c56b1e292ac586a41b432a0 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 23 Dec 2023 15:15:39 +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 fa1fa5d..8d5f21b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: cargo_check image: rust commands: - - apt update && apt install -y cmake libclang1-15 + - apt update && apt install -y cmake libclang1-15 libc++-15-dev - rustup component add clippy - cargo clippy -- -D warnings - cargo test