Skip to content

Commit

Permalink
Use latest stable Rust version in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
efoerster committed Nov 9, 2019
1 parent 59582e3 commit f6192ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ steps:
versionSpec: "3.7"
architecture: "x64"
displayName: "Install Python"
- bash: |
rustup update
displayName: "Install latest Rust version"
- ${{ if eq(parameters.linux, 'false') }}:
- bash: |
export RUST_BACKTRACE=1
Expand Down

0 comments on commit f6192ea

Please sign in to comment.