diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-10-29 23:15:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 23:15:28 -0700 |
| commit | 202964a09b86014e165899d125ab97385b39e2a2 (patch) | |
| tree | 05750fdbfa38bbcaa50c76d8d3f4d413f94b99cd | |
| parent | e379fc36583a1d49c5ccc2ea5a822010552ada38 (diff) | |
| download | seaweedfs-202964a09b86014e165899d125ab97385b39e2a2.tar.xz seaweedfs-202964a09b86014e165899d125ab97385b39e2a2.zip | |
Update go.yml
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2beb63c50..458e4b8a8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,6 +18,8 @@ jobs: with: go-version: ^1.15 id: go + - name: create symlink + run: sudo ln -f -s $GOROOT/bin/* /usr/bin/ - name: Check out code into the Go module directory uses: actions/checkout@v2 |
