Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Prost version to v0.11 #1171

Merged
merged 8 commits into from
Aug 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tell curl to follow redirects
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson committed Aug 5, 2022
commit 8ff9fc4022756fa6ebddd92633ea4d0f259dbfe8
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
override: true
- name: Install protoc
run: |
curl -o /tmp/protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.4/protoc-21.4-linux-x86_64.zip
curl -Lo /tmp/protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.4/protoc-21.4-linux-x86_64.zip
unzip /tmp/protoc.zip -d /usr/local/bin/
echo "PROTOC=/usr/local/bin/protoc" >> $GITHUB_ENV
- name: Regenerate proto definitions
Expand Down