diff --git a/.appveyor.yml b/.appveyor.yml index c30a923..e837a75 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,10 +10,10 @@ environment: target: x86_64-pc-windows-msvc target_name: win64 job_name: windows-x64 - - channel: stable - target: i686-pc-windows-msvc - target_name: win32 - job_name: windows-x32 +# - channel: stable +# target: i686-pc-windows-msvc +# target_name: win32 +# job_name: windows-x32 install: - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe