attempt to fix build

This commit is contained in:
Pierre HUBERT 2023-12-23 15:15:39 +01:00 committed by Pierre Hubert
parent 295b90946b
commit 07ad3e613e

View File

@ -7,7 +7,7 @@ steps:
- name: cargo_check - name: cargo_check
image: rust image: rust
commands: commands:
- apt update && apt install -y cmake libclang1-15 - apt update && apt install -y cmake libclang1-15 libc++-15-dev
- rustup component add clippy - rustup component add clippy
- cargo clippy -- -D warnings - cargo clippy -- -D warnings
- cargo test - cargo test