disable win32 builds for now

This commit is contained in:
Alula 2021-02-10 15:24:47 +01:00
parent 174910b1a3
commit 7c81c49510
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 4 additions and 4 deletions

View File

@ -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