Skip to content

Commit

Permalink
fix: add target wasm32-unknown-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed May 15, 2024
1 parent 4b84808 commit 42f4ddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
components: rustfmt, clippy
enable-sccache: "true"

- name: install wasm32-unknown-unknown
run: rustup target add wasm32-unknown-unknown

- name: install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli

Expand Down

0 comments on commit 42f4ddb

Please sign in to comment.