Fix windows target

This commit is contained in:
ClementTsang 2019-10-10 16:58:42 -04:00
parent d053b0e06d
commit 819b648cd9
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ matrix:
<<: *DEPLOY_TO_GITHUB
- name: Windows Binary
env: TARGET=stable-x86_64-pc-windows-msvc
env: TARGET=x86_64-pc-windows-msvc
os: windows
rust: nightly
before_script: rustup target add $TARGET