From 9369ae95223806a851a20b24859508718b7079a6 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 18 Dec 2017 16:29:45 -0800 Subject: [PATCH] Try installing node on AppVeyor --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index f48002d7a..118969161 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,5 @@ install: + - ps: Install-Product node 9 - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - if not defined RUSTFLAGS rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin