AppVeyor: Attempt fixing code gen dep install.
gitea/icedream/icecon/ci%2Fappveyor There was a failure building this commit Details

ci/appveyor
Icedream 2017-07-26 08:30:06 +02:00
parent a6fba0caac
commit 445ee994ba
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 5 deletions

View File

@ -45,11 +45,7 @@ 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
- set GOOS= & set GOARCH= & go get -v github.com/josephspurrier/goversioninfo/cmd/goversioninfo github.com/icedream/ui2walk
build_script:
# Build with Go