Commit b66e1036 authored by madengji's avatar madengji Committed by 33cn

fix go env

parent 2994bdfb
......@@ -147,16 +147,14 @@ jobs:
with:
go-version: 1.13
id: go
- name: set go env
- name: checkout
uses: actions/checkout@v2
- name: deploy
run: |
export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
echo $PATH
- name: checkout
uses: actions/checkout@v2
- name: deploy
run: |
make
make docker-compose dapp=x2ethereum
make docker-compose-down dapp=x2ethereum
......
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