Skip to content

Commit

Permalink
Export 6f981a1b1c0b4d9953f00e4014d62f69a81ce1cc
Browse files Browse the repository at this point in the history
Export:  6f981a1b1c0b4d9953f00e4014d62f69a81ce1cc
  • Loading branch information
imjasonh committed Jan 23, 2025
1 parent 85dc793 commit 14b9817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Protoc
run: |
cd "$(mktemp -d)"
wget -O protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v28.3/protoc-28.3-linux-x86_64.zip
wget -O protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip
unzip protoc.zip -d .
chmod +x ./bin/protoc
echo "$(pwd)/bin" >> "$GITHUB_PATH"
Expand Down

0 comments on commit 14b9817

Please sign in to comment.