mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-12 08:04:25 +08:00
use go get
This commit is contained in:
parent
eb9d94b77f
commit
351a7b5398
1 changed files with 1 additions and 2 deletions
3
.github/workflows/buildandrelease.yml
vendored
3
.github/workflows/buildandrelease.yml
vendored
|
@ -448,8 +448,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
cd netclient
|
||||
go install goversioninfo
|
||||
export PATH=${PATH}:~/go/bin
|
||||
go get goversioninfo
|
||||
go generate
|
||||
dir
|
||||
env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -tags=gui -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netclient.exe main.go
|
||||
|
|
Loading…
Add table
Reference in a new issue