When using `cross` to cross compiling crate [`zstd`] in PR https://github.com/ryankurte/cargo-binstall/pull/148, the CI that `use-cross: true` all failed with `libclang.so` not found. Edit: The PR enabled feature `bindgen` of [`zstd`] and `bindgen` uses `libclang.so` to parse C headers. [`zstd`]: https://github.com/gyscos/zstd-rs