Commit 2994bdfb authored by madengji's avatar madengji Committed by 33cn

fix

parent eb9269e5
...@@ -149,10 +149,10 @@ jobs: ...@@ -149,10 +149,10 @@ jobs:
id: go id: go
- name: set go env - name: set go env
run: | run: |
export GOPATH=$HOME/go export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH echo $GOPATH
echo $PATH echo $PATH
- name: checkout - name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: deploy - name: deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment