add GOBIN to CI

This commit is contained in:
Kevin Schaul 2023-07-18 11:31:01 -05:00
parent f17c2e8112
commit 3ed4b8f2d7

View file

@ -70,6 +70,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GOPATH: ${{ github.workspace }}
GOBIN: ${{ github.workspace }}/bin
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}