mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
replace bindgen to bindgen-cli
This commit is contained in:
@@ -24,7 +24,7 @@ rustup target add i686-pc-windows-msvc
|
|||||||
|
|
||||||
# Install common tools
|
# Install common tools
|
||||||
rustup component add rustfmt clippy
|
rustup component add rustfmt clippy
|
||||||
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
|
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
|
||||||
|
|
||||||
# Cleanup Cargo crates cache
|
# Cleanup Cargo crates cache
|
||||||
Remove-Item "${env:CARGO_HOME}\registry\*" -Recurse -Force
|
Remove-Item "${env:CARGO_HOME}\registry\*" -Recurse -Force
|
||||||
|
|||||||
Reference in New Issue
Block a user