1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00

recover env

This commit is contained in:
Windfarer
2020-12-01 17:19:52 +08:00
parent c2d871bf34
commit 0d2cabd939
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ jobs:
- name: Set up Env
run: |
# echo "::set-env name=GOPATH::$(go env GOPATH)"
# echo "::add-path::$(go env GOPATH)/bin"
echo "::set-env name=GOPATH::$(go env GOPATH)"
echo "::add-path::$(go env GOPATH)/bin"
- name: Check out code into the Go module directory
uses: actions/checkout@v2