mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +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
|
# Install common tools
|
||||||
rustup component add rustfmt clippy
|
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
|
# Run script at startup for all users
|
||||||
$cmdRustSymScript = @"
|
$cmdRustSymScript = @"
|
||||||
|
|||||||
Reference in New Issue
Block a user