Skip to content

Commit 8a6ad8e

Browse files
committed
setup protoc-3.19.5
1 parent da60dc0 commit 8a6ad8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
uses: actions/setup-go@v3
3030
with:
3131
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.19.5-linux-x86_64.zip -d protoc3
36+
export PATH="$PATH:$(pwd)/protoc3/bin"
3237
- name: Cache Go Dependencies
3338
uses: actions/cache@v2
3439
with:

0 commit comments

Comments
 (0)