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 da60dc0 commit a947920Copy full SHA for a947920
.github/workflows/check.yaml
@@ -29,6 +29,11 @@ jobs:
29
uses: actions/setup-go@v3
30
with:
31
go-version: ${{ env.GO_VERSION }}
32
+ - name: Setup protoc
33
+ run: |
34
+ wget https://github.com/protocolbuffers/protobuf/releases/download/v3.19.5/protoc-3.19.5-linux-x86_64.zip
35
+ unzip protoc-3.17.3-linux-x86_64.zip -d protoc3
36
+ export PATH="$PATH:$(pwd)/protoc3/bin"
37
- name: Cache Go Dependencies
38
uses: actions/cache@v2
39
0 commit comments