We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b081ac commit 37ebbebCopy full SHA for 37ebbeb
.github/workflows/ci.yaml
@@ -961,6 +961,15 @@ jobs:
961
- name: Setup Go
962
uses: ./.github/actions/setup-go
963
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
+
973
- name: Install rcodesign
974
if: ${{ github.repository_owner == 'coder' && github.ref == 'refs/heads/main' }}
975
run: |
0 commit comments