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 6abf85f commit feb11e3Copy full SHA for feb11e3
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
34
sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
35
36
- - name: Patch
+ - name: Apply patch
37
run: ./patch.sh
38
39
- name: Build
0 commit comments