fix rust issue (#10354)

This commit is contained in:
kishorekumar-anchala
2024-07-27 01:04:26 +05:30
committed by GitHub
parent e72f29bfc8
commit 24a5edcdc8
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ if is_ubuntu22; then
fi
if is_ubuntu20; then
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
cargo install bindgen-cli cbindgen cargo-audit cargo-outdated
fi
# Cleanup Cargo cache

View File

@@ -40,7 +40,7 @@ if ($LASTEXITCODE -ne 0) {
throw "Rust component installation failed with exit code $LASTEXITCODE"
}
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
cargo install bindgen-cli cbindgen cargo-audit cargo-outdated
if ($LASTEXITCODE -ne 0) {
throw "Rust tools installation failed with exit code $LASTEXITCODE"
}