AppVeyor: Unset GOOS and GOARCH for code generation deps installation.

ci/appveyor
Icedream 2017-07-26 02:00:16 +02:00
parent 1d8212034f
commit a6fba0caac
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 4 additions and 0 deletions

View File

@ -45,7 +45,11 @@ install:
- path %GOPATH%\bin;%PATH%
# Install code generation dependencies
- setlocal
- set GOOS=
- set GOARCH=
- go get -v github.com/josephspurrier/goversioninfo/cmd/goversioninfo github.com/icedream/ui2walk
- endlocal
build_script:
# Build with Go