diff --git a/appveyor.yml b/appveyor.yml index 26754edbc..76552a584 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,10 +9,6 @@ environment: - TARGET: x86_64-pc-windows-msvc CHANNEL: nightly -# Show RDP information on init. -init: - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - # Install Rust and Cargo install: - curl -sSf -o rustup-init.exe https://win.rustup.rs