Skip to content

Commit 37ebbeb

Browse files
committed
ci: add go tools to build-dylib
1 parent 8b081ac commit 37ebbeb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,15 @@ jobs:
961961
- name: Setup Go
962962
uses: ./.github/actions/setup-go
963963

964+
# Needed to build dylibs.
965+
- name: go install tools
966+
run: |
967+
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
968+
go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.34
969+
go install golang.org/x/tools/cmd/goimports@latest
970+
go install github.com/mikefarah/yq/v4@v4.44.3
971+
go install go.uber.org/mock/mockgen@v0.5.0
972+
964973
- name: Install rcodesign
965974
if: ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
966975
run: |

0 commit comments

Comments
 (0)