Matthew R. Kasun %!s(int64=3) %!d(string=hai) anos
pai
achega
877b4e08ad
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .github/workflows/buildandrelease.yml

+ 1 - 2
.github/workflows/buildandrelease.yml

@@ -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