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

fix

parent eb9269e5
......@@ -149,10 +149,10 @@ jobs:
id: go
- name: set go env
run: |
export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
echo $PATH
export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
echo $PATH
- name: checkout
uses: actions/checkout@v2
- 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