From 2b4caee0ddfe67a05fa3c5be70f1a9ec8e2df020 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 1 Jan 2020 16:03:19 -0600 Subject: [PATCH] chore: Update CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 16a2141..58fec9e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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