another attempt at setting path

This commit is contained in:
Matthew R. Kasun 2022-05-09 11:28:11 -04:00 committed by 0xdcarns
parent 5491c0633e
commit 88a0f652ae

View file

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