Skip to content

Commit

Permalink
Set up Rust in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Oct 21, 2024
1 parent a5d83ae commit 78ecbf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/init-all/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ runs:
PB_REL: "https://github.com/protocolbuffers/protobuf/releases"
shell: bash

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: wasm-pack

- name: Set up
run: make init
shell: bash

0 comments on commit 78ecbf5

Please sign in to comment.