mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-05 01:31:51 +08:00
This reverts commit 1dac9b9f6b.
This commit is contained in:
@@ -35,8 +35,7 @@ rustup target add x86_64-pc-windows-gnu
|
||||
|
||||
# Install common tools
|
||||
rustup component add rustfmt clippy
|
||||
cargo install --locked bindgen-cli --version 0.68.1 # Temp fix for https://github.com/rust-lang/rust-bindgen/issues/2677
|
||||
cargo install --locked cbindgen cargo-audit cargo-outdated
|
||||
cargo install --locked bindgen-cli cbindgen cargo-audit cargo-outdated
|
||||
|
||||
# Cleanup Cargo crates cache
|
||||
Remove-Item "${env:CARGO_HOME}\registry\*" -Recurse -Force
|
||||
|
||||
Reference in New Issue
Block a user