Skip to content

Commit

Permalink
chore: Install wasm32-unknown-unknown in npm publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Aug 3, 2023
1 parent 89b779c commit 5888d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
target: wasm32-unknown-unknown
profile: minimal
toolchain: stable

Expand Down

0 comments on commit 5888d68

Please sign in to comment.