Make the CI use rust stable

This commit is contained in:
Clément Renault 2019-11-22 11:43:02 +01:00
parent d4d2a2303a
commit f241c999ad
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
container: tpayet/chiquitita:latest
steps:
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
$HOME/.cargo/bin/rustup component add rustfmt
displayName: 'Install rustc and components'
- script: |
@ -34,7 +34,7 @@ jobs:
container: tpayet/chiquitita:latest
steps:
- script: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
$HOME/.cargo/bin/rustup component add rustfmt
displayName: 'Install rustc and components'
- script: |