Skip to content

Commit 98e4572

Browse files
committed
Update rustup there
1 parent 9f8833d commit 98e4572

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

_build/install-rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
steps:
22
# Linux and Windows
33
- bash: |
4-
rustup install --force --profile minimal $RUSTUP_TOOLCHAIN
4+
rustup self update
5+
rustup install --profile minimal $RUSTUP_TOOLCHAIN
56
env:
67
RUSTUP_TOOLCHAIN: ${{parameters.rust_version}}
78
displayName: Install rust

0 commit comments

Comments
 (0)