mirror of
https://github.com/actions/runner-images.git
synced 2025-12-24 10:28:00 +08:00
[Windows] cargo-audit 0.15.0 is broken, stick to 0.14.1 (#3822)
This commit is contained in:
@@ -20,7 +20,8 @@ $env:Path = Get-MachinePath
|
||||
|
||||
# Install common tools
|
||||
rustup component add rustfmt clippy
|
||||
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
|
||||
# Temporary hardcode cargo-audit 0.14.1 as 0.15.0 is broken https://docs.rs/crate/cargo-audit/0.15.0
|
||||
cargo install --locked bindgen cbindgen cargo-audit --version 0.14.1 cargo-outdated
|
||||
|
||||
# Run script at startup for all users
|
||||
$cmdRustSymScript = @"
|
||||
|
||||
Reference in New Issue
Block a user