From e2978f1bdf30f7632fbab91e0a1d71209e80883d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 1 Jan 2020 16:04:35 -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 58fec9e..a20b49f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ stages: pool: vmImage: 'ubuntu-16.04' steps: - - template: azure/install-rust.yml@templates + - template: install-rust.yml@templates - script: | cargo run --package typos-codegen -- --output dict/typos/src/dict_codegen.rs --check displayName: Verify typos-dict