Skip to content

Commit

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

- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: wasm-pack
- name: Install wasm-pack
run: yarn global add wasm-pack
shell: bash

- name: Set up
run: make init
Expand Down

0 comments on commit b30f43f

Please sign in to comment.