From 202964a09b86014e165899d125ab97385b39e2a2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 29 Oct 2020 23:15:28 -0700 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) 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