From d362529ca0858ddd6137cd14f4adfdfa049873f4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 10 Sep 2019 22:35:42 -0500 Subject: [PATCH] Try to set a default toolchain. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index fe01d25..3fbae82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -136,6 +136,7 @@ build: false #directly or perform other testing commands. Rust will automatically be placed in the PATH # environment variable. test_script: + - rustup default %channel%-%target% - cargo build %cargoflags% before_deploy: