Skip to content

Commit eafd901

Browse files
authored
Update go.yml
1 parent bdf67b9 commit eafd901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Build
2525
run: mkdir -p "$GOPATH/src/github.com/admpub" && ln -s "$(pwd)" "$GOPATH/src/github.com/admpub/nging" && go mod vendor && cd ./tool/nging-builder && go install github.com/admpub/xgo@latest && ./run.sh linux_amd64 && cd ../../
26+
env:
27+
GOPATH: /home/runner/go
2628

2729
- name: Login to Docker Hub
2830
uses: docker/login-action@v3

0 commit comments

Comments
 (0)