fix: add libclang to CI

main
Michal Stopyra 1 year ago
parent af3ab8eeb5
commit e46366db76

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

Loading…
Cancel
Save