We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8833d commit 98e4572Copy full SHA for 98e4572
1 file changed
_build/install-rust.yml
@@ -1,7 +1,8 @@
1
steps:
2
# Linux and Windows
3
- bash: |
4
- rustup install --force --profile minimal $RUSTUP_TOOLCHAIN
+ rustup self update
5
+ rustup install --profile minimal $RUSTUP_TOOLCHAIN
6
env:
7
RUSTUP_TOOLCHAIN: ${{parameters.rust_version}}
8
displayName: Install rust
0 commit comments