Attempt to fix build

This commit is contained in:
Pierre HUBERT 2023-12-23 15:11:33 +01:00 committed by Pierre Hubert
parent 8f37ae840d
commit 295b90946b

View File

@ -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