fix tools
This commit is contained in:
parent
ac837b4c8e
commit
3425d4684a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
|
|
@ -86,9 +86,9 @@ jobs:
|
|||
|
||||
- name: Setup Go Tools
|
||||
run: |
|
||||
if [[ "${GO111MODULE}" = "on" ]]; then go mod download; fi
|
||||
if [[ "${GO111MODULE}" = "on" ]]; then cd xiang && go mod download; fi
|
||||
if [[ "${GO111MODULE}" = "on" ]]; then export PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}"; fi
|
||||
if [[ "${GO111MODULE}" = "on" ]]; then make tools; fi
|
||||
if [[ "${GO111MODULE}" = "on" ]]; then cd xiang && make tools; fi
|
||||
|
||||
- name: Setup ENV & Host
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue