mirror of https://github.com/icedream/icecon.git
AppVeyor: Attempt fixing code gen dep install.
gitea/icedream/icecon/ci%2Fappveyor There was a failure building this commit
Details
gitea/icedream/icecon/ci%2Fappveyor There was a failure building this commit
Details
parent
a6fba0caac
commit
445ee994ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue