diff --git a/.appveyor.yml b/.appveyor.yml index f48002d7..11896916 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