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 8a9da3d commit 1adcce5Copy full SHA for 1adcce5
.github/workflows/build_pull_request.yml
@@ -30,7 +30,7 @@ jobs:
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 -p protoc-*.zip bin/protoc -d /usr/local/bin/
+ sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
34
35
- name: Patch
36
run: bash ./patch.sh
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
37
0 commit comments