diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e89e934..08a5cba 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,6 +25,10 @@ jobs: fi - name: Download deps - run: scripts/devtools.sh + run: | + export PATH=${PATH}:`go env GOPATH`/bin + scripts/devtools.sh - name: Build - run: make local build \ No newline at end of file + run: | + export PATH=${PATH}:`go env GOPATH`/bin + make local build \ No newline at end of file