Skip to content

Commit

Permalink
Remove building of wasm-bindgen-cli from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien committed Jun 3, 2023
1 parent 27cd0b8 commit 91011d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

Expand Down

0 comments on commit 91011d3

Please sign in to comment.