We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888a18a commit 37f2220Copy full SHA for 37f2220
.github/workflows/build.yml
@@ -28,4 +28,4 @@ jobs:
28
run: go build -v .
29
30
- name: Test
31
- run: go get . && go get -u -v github.com/shadowsocks/v2ray-plugin && ./script/test.sh
+ run: export PATH="$(go env GOPATH)/bin:$PATH" && go get . && go get -u -v github.com/shadowsocks/v2ray-plugin && ./script/test.sh
0 commit comments