mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
chore(ci): hardcode target
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
environment:
|
||||
matrix:
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||
target: x86_64-pc-windows-msvc
|
||||
|
||||
install:
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- rustup-init -yv --default-host %target% --default-toolchain none
|
||||
- rustup-init -yv --default-host x86_64-pc-windows-msvc --default-toolchain none
|
||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- rustc -vV
|
||||
- cargo -vV
|
||||
|
||||
Reference in New Issue
Block a user