Skip to content

Commit

Permalink
feat: deserialization for entities used in collab stream
Browse files Browse the repository at this point in the history
  • Loading branch information
khorshuheng committed Jul 29, 2024
1 parent 0062c95 commit 33e04bb
Show file tree
Hide file tree
Showing 7 changed files with 1,086 additions and 806 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/client_api_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Install wasm-pack
run: cargo install wasm-pack

- name: install prerequisites
run: |
sudo apt-get update
sudo apt-get install protobuf-compiler
- name: Build ClientAPI
working-directory: ./libs/client-api
run: cargo build --features "enable_brotli"
Expand Down
Loading

0 comments on commit 33e04bb

Please sign in to comment.