Skip to content

Commit

Permalink
chore(ci): force the install of wasm-pack when building noir_wasm (#4354
Browse files Browse the repository at this point in the history
)

# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*



## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench committed Feb 13, 2024
1 parent fff0b98 commit 82b2da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/wasm/scripts/install_wasm-pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if [ $CARGO_BINSTALL_CHECK != "true" ]; then
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
fi

cargo-binstall wasm-pack@0.12.1 -y
cargo-binstall wasm-pack@0.12.1 -y --force

0 comments on commit 82b2da7

Please sign in to comment.