We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b103248 commit b960bb4Copy full SHA for b960bb4
1 file changed
.github/workflows/build.yml
@@ -226,7 +226,7 @@ jobs:
226
before-script-linux: |
227
yum install -y wget unzip
228
cd /
229
- wget https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip
+ wget https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-aarch_64.zip
230
unzip -o proto*zip
231
cd -
232
which protoc
0 commit comments