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 560b2f4 commit e87ddeeCopy full SHA for e87ddee
.github/workflows/build_pull_request.yml
@@ -28,9 +28,7 @@ jobs:
28
add-to-path: false
29
30
- name: Get protoc
31
- run: |
32
- wget https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
33
- sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
+ run: sudo apt-get install -y protobuf-compiler
34
35
- name: Patch
36
run: ./patch.sh
0 commit comments