chore: Update CI

This commit is contained in:
Ed Page 2020-01-01 16:03:19 -06:00
parent 2d26ac50c0
commit 2b4caee0dd

View file

@ -80,7 +80,7 @@ stages:
pool:
vmImage: $(imageName)
steps:
- template: azure/install-rust.yml@templates
- template: install-rust.yml@templates
- script: |
cargo rustc --target $(TARGET) --release --bin $(CRATE_NAME) -- -C lto
displayName: Build