Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Sep 25, 2024
1 parent c66f715 commit f623d5c
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gen-protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install prost generators
run: cargo install protoc-gen-prost protoc-gen-prost-serde
run: cargo install protoc-gen-prost@0.3.1 protoc-gen-prost-serde@0.3.1

- name: generate python stubs
run: ./generate_proto.sh
Expand Down
Loading

0 comments on commit f623d5c

Please sign in to comment.