more fixes

This commit is contained in:
Sacha Weatherstone 2022-10-31 17:31:35 +10:00
parent 169ea46720
commit fbd4b734be
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 install google.golang.org/protobuf/cmd/protoc-gen-go@latest
run: go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest
- name: Checkout code
uses: actions/checkout@v3
with: