mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-13 16:44:52 +08:00
another attempt at setting path
This commit is contained in:
parent
5491c0633e
commit
88a0f652ae
1 changed files with 5 additions and 5 deletions
10
.github/workflows/buildandrelease.yml
vendored
10
.github/workflows/buildandrelease.yml
vendored
|
@ -445,14 +445,14 @@ jobs:
|
|||
install: >-
|
||||
git
|
||||
mingw-w64-x86_64-toolchain
|
||||
- name: set env
|
||||
run:
|
||||
echo "::set-env name=GOPATH::$(go env GOPATH)"
|
||||
echo "::add-path::$(go env GOPATH)/bin"
|
||||
shell: bash
|
||||
- name: Build
|
||||
run: |
|
||||
go env
|
||||
which go
|
||||
echo $PATH
|
||||
SET $PATH=$PATH:$GOBIN
|
||||
echo $PATH
|
||||
echo ~
|
||||
cd netclient
|
||||
go get github.com/josephspurrier/goversioninfo
|
||||
go generate
|
||||
|
|
Loading…
Add table
Reference in a new issue