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 6d1755f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
allow-prerelease-opam: false
- name: depext
run: |
# Installs rust-wasm
rustup update
rustup target add wasm32-unknown-unknown
if [ "$RUNNER_OS" == "macOS" ]; then
brew update
brew upgrade
Expand Down

0 comments on commit 6d1755f

Please sign in to comment.