Skip to content

Commit

Permalink
Install rust-wasm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Feb 10, 2025
1 parent 20d2e5c commit 2bca582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
allow-prerelease-opam: false
- name: depext
run: |
# Installs rust-wasm
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
if [ "$RUNNER_OS" == "macOS" ]; then
brew update
brew upgrade
Expand Down

0 comments on commit 2bca582

Please sign in to comment.