Merge pull request #6417 from al-cheb/ubuntu_replace_bindgen

[Ubuntu] Replace bindgen to bindgen-cli
This commit is contained in:
Aleksandr Chebotov
2022-10-17 14:58:22 +02:00
committed by GitHub

View File

@@ -20,9 +20,9 @@ source $CARGO_HOME/env
rustup component add rustfmt clippy rustup component add rustfmt clippy
if isUbuntu22; then if isUbuntu22; then
cargo install bindgen cbindgen cargo-audit cargo-outdated cargo install bindgen-cli cbindgen cargo-audit cargo-outdated
else else
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
fi fi
# Cleanup Cargo cache # Cleanup Cargo cache