This commit is contained in:
Sacha Weatherstone 2022-10-31 17:25:40 +10:00
parent b449e1bf14
commit f58a3fe86f
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -22,7 +22,7 @@ jobs:
with:
version: '3.x'
- name: Install protoc-gen-doc
run: go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
run: go install google.golang.org/protobuf/cmd/protoc-gen-go
- name: Checkout code
uses: actions/checkout@v3
with: