Skip to content

Commit d86c7a0

Browse files
authored
Update go.yml
1 parent 2a29ff1 commit d86c7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: '1.21.5'
2323

2424
- name: Build
25-
run: echo "$(pwd)" #go mod vendor && cd ./tool/nging-builder && ./run.sh linux_amd64 && cd ../../
25+
run: echo "$GOPATH" #go mod vendor && cd ./tool/nging-builder && ./run.sh linux_amd64 && cd ../../
2626
env:
2727
GOPATH: /home/runner/go
2828

0 commit comments

Comments
 (0)