diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbe48ec..b9d8270 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v1 - run: make - run: make test - - run: make deps lint + - run: GOBIN=/usr/bin make deps lint void: runs-on: ubuntu-latest container: voidlinux/voidlinux-musl @@ -21,4 +21,4 @@ jobs: - uses: actions/checkout@v1 - run: make - run: make test - - run: make deps lint + - run: GOBIN=/usr/bin make deps lint