mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
[windows] add locked flag to cargo (#2546)
This commit is contained in:
@@ -20,7 +20,7 @@ $env:Path = Get-MachinePath
|
||||
|
||||
# Install common tools
|
||||
rustup component add rustfmt clippy
|
||||
cargo install bindgen cbindgen cargo-audit cargo-outdated
|
||||
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
|
||||
|
||||
# Run script at startup for all users
|
||||
$cmdRustSymScript = @"
|
||||
|
||||
Reference in New Issue
Block a user