fix: add libclang to CI

main
Michal Stopyra 2 years ago
parent af3ab8eeb5
commit e46366db76

@ -8,6 +8,7 @@ cargo:clippy:
before_script: before_script:
- rustup component add clippy - rustup component add clippy
script: script:
- sudo apt install libclang-dev
- cargo clippy --no-deps -- -D clippy::all - cargo clippy --no-deps -- -D clippy::all
cargo:fmt: cargo:fmt:

Loading…
Cancel
Save