fix tools

This commit is contained in:
Max 2021-10-07 17:05:17 +08:00
parent ac837b4c8e
commit 3425d4684a

View file

@ -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: |