From dbdfa2881a6168cb2f27b857834c7593e74ebad2 Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Wed, 20 Nov 2019 17:38:29 -0600 Subject: [PATCH] Install nightly for nightly builds --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c86bba2a4..775a63dcd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: steps: - template: ci/azure-install-rust.yml parameters: - toolchain: nightly + toolchain: 'nightly' - template: ci/azure-install-node.yml - script: cargo test --locked displayName: "cargo test --locked"