Skip to content

Commit

Permalink
Install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Nov 25, 2024
1 parent 2bf3e7a commit cb8cf20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install protoc
run: sudo apt-get install protobuf-compile
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Build
Expand Down

0 comments on commit cb8cf20

Please sign in to comment.