Skip to content

Commit 3ed4b8f

Browse files
committed
add GOBIN to CI
1 parent f17c2e8 commit 3ed4b8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
runs-on: ${{ matrix.os }}
7171
env:
7272
GOPATH: ${{ github.workspace }}
73+
GOBIN: ${{ github.workspace }}/bin
7374

7475
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
7576

0 commit comments

Comments
 (0)