attempt to fix build
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Pierre HUBERT 2023-12-23 15:45:44 +01:00
parent de0e645e99
commit 90bbfe6e16

View File

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