Skip to content

Commit

Permalink
FIx CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lixin9311 committed Feb 15, 2020
1 parent 888a18a commit 37f2220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: go build -v .

- name: Test
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 comments on commit 37f2220

Please sign in to comment.