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
Fix protoc unzip target
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson committed Aug 5, 2022
commit 0bc01015be01fd3bf327b02fd91cf618f5041d58
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install protoc
run: |
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/
unzip /tmp/protoc.zip -d /usr/local/
echo "PROTOC=/usr/local/bin/protoc" >> $GITHUB_ENV
- name: Regenerate proto definitions
working-directory: ./tools/proto-compiler/
Expand Down