Skip to content

Commit

Permalink
.github/workflows/rust.yml: install protoc for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
poshcoe committed Mar 29, 2024
1 parent f7bae13 commit f75953e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- name: Install rust wasm target
run: rustup target add wasm32-unknown-unknown
- name: Doc Native
Expand Down

0 comments on commit f75953e

Please sign in to comment.