mirror of https://github.com/icedream/icecon.git
AppVeyor: Unset GOOS and GOARCH for code generation deps installation.
parent
1d8212034f
commit
a6fba0caac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue