mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 10:31:02 -05:00
chore: Update CI
This commit is contained in:
parent
2d26ac50c0
commit
2b4caee0dd
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
steps:
|
steps:
|
||||||
- template: azure/install-rust.yml@templates
|
- template: install-rust.yml@templates
|
||||||
- script: |
|
- script: |
|
||||||
cargo rustc --target $(TARGET) --release --bin $(CRATE_NAME) -- -C lto
|
cargo rustc --target $(TARGET) --release --bin $(CRATE_NAME) -- -C lto
|
||||||
displayName: Build
|
displayName: Build
|
||||||
|
|
Loading…
Reference in a new issue