Skip to content

Commit

Permalink
install protoc in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Sep 28, 2023
1 parent 71d0724 commit 362a9ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
targets: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- name: "Ensure `torii-client` crate is wasmable"
- uses: arduino/setup-protoc@v2
- name: "Ensure `torii-client` crate is WASM-able"
run: |
cargo build -r --target wasm32-unknown-unknown -p torii-client
- name: "Ensure `torii-client-wasm` crate is wasmable"
- name: "Ensure `torii-client-wasm` crate is WASM-able"
run: |
cargo build -r --target wasm32-unknown-unknown --manifest-path crates/torii/client/wasm/Cargo.toml
Expand Down

0 comments on commit 362a9ee

Please sign in to comment.