windows: try to use msvc

This commit is contained in:
phiresky 2020-04-08 13:00:38 +02:00
parent 38d4abff4a
commit 9b00466d12

View File

@ -59,8 +59,8 @@ matrix:
# - xsltproc # - xsltproc
# - libxml2-utils # - libxml2-utils
- os: windows - os: windows
rust: nightly rust: nightly-x86_64-pc-windows-msvc
env: TARGET=x86_64-pc-windows-gnu env: TARGET=x86_64-pc-windows-msvc
install: ci/install.sh install: ci/install.sh
script: ci/script.sh script: ci/script.sh
before_deploy: ci/before_deploy.sh before_deploy: ci/before_deploy.sh