Skip to content

Commit

Permalink
fix livekit-protocol generation (#442)
Browse files Browse the repository at this point in the history
* wip

* add comment
  • Loading branch information
theomonnom authored Sep 25, 2024
1 parent c66f715 commit f675ef8
Show file tree
Hide file tree
Showing 3 changed files with 421 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
3 changes: 3 additions & 0 deletions livekit-protocol/generate_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
# limitations under the License.


# dependencies: cargo install [email protected] [email protected]


PROTOCOL=protocol/protobufs
OUT_RUST=src

Expand Down
Loading

0 comments on commit f675ef8

Please sign in to comment.