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 e87ddee commit 52796f9Copy full SHA for 52796f9
.github/workflows/build_pull_request.yml
@@ -28,7 +28,9 @@ jobs:
28
add-to-path: false
29
30
- name: Get protoc
31
- run: sudo apt-get install -y protobuf-compiler
+ 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/
34
35
- name: Patch
36
run: ./patch.sh
0 commit comments