Skip to content

Commit 2085459

Browse files
committed
fix
1 parent c699b4d commit 2085459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- name: Install protoc-gen-go
182182
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.30
183183
- name: Install protoc-gen-go-drpc
184-
run: storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
184+
run: go install storj.io/drpc/cmd/protoc-gen-go-drpc@v0.0.33
185185
- name: Install goimports
186186
run: go install golang.org/x/tools/cmd/goimports@latest
187187
- name: Install yq

0 commit comments

Comments
 (0)