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