Skip to content

Commit

Permalink
Ping cargo binstall versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Feb 12, 2024
1 parent fb152ce commit 6264cb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/include/rust-wasm-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ runs:

- name: Install wasm-bindgen, wasm-opt
shell: bash
run: cargo binstall -y wasm-bindgen-cli wasm-opt
run: |
cargo binstall -y \
[email protected] \
[email protected]
- name: Install bc
shell: bash
Expand Down

0 comments on commit 6264cb3

Please sign in to comment.