Fix the Rustup architecture downloaded on AppVeyor

This commit is contained in:
Oliver Hamlet
2019-12-23 15:09:00 +00:00
parent 4098510088
commit 07dd591539
+1 -1
View File
@@ -22,7 +22,7 @@ cache:
- C:\Users\appveyor\.cargo\bin\cbindgen.exe
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- curl -sSf -o rustup-init.exe https://win.rustup.rs/x86_64
- rustup-init.exe -y
- rustup target add i686-pc-windows-msvc
- ps: |