Closed michalinacienciala closed 3 years ago
Here is a successful execution of the workflow without the step appending GITHUB_APTH
with /usr/local/go/bin
(executed on wip branch): https://github.com/keep-network/local-setup/actions/runs/899120059.
The step appending
GITHUB_PATH
with/usr/local/go/bin
was unnecessary. OnlyGOPATH=$HOME/go
needs to be added toGITHUB_PATH
.