Skip to content

Commit 37f2220

Browse files
committed
FIx CI
1 parent 888a18a commit 37f2220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: go build -v .
2929

3030
- name: Test
31-
run: go get . && go get -u -v github.com/shadowsocks/v2ray-plugin && ./script/test.sh
31+
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

Comments
 (0)