Skip to content

Commit

Permalink
add wasm-tools to CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 18, 2024
1 parent 0633ade commit 7b77d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- name: Install cargo component
run: echo yes | cargo binstall [email protected]

- name: Run binstall just
- name: Run binstall just, wasm-tools
run: |
# Run binstall just with the --no-confirm flag
cargo binstall just --no-confirm
cargo install wasm-tools
- name: Build and Compose Wasm
run: just compose
Expand Down

0 comments on commit 7b77d50

Please sign in to comment.